Move all static files to public/ folder and fix paths
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ var WebpackDevServer = require('webpack-dev-server');
|
||||
var config = require('./webpack.config');
|
||||
|
||||
new WebpackDevServer(webpack(config), {
|
||||
publicPath: config.output.publicPath,
|
||||
contentBase: './public',
|
||||
hot: true,
|
||||
historyApiFallback: true,
|
||||
noInfo: true
|
||||
|
||||
Reference in New Issue
Block a user