This is the configuration in webpack.config.js
output: {
filename: 'bundle.min.js',
sourceMapFilename: '[file].map',
path: path.resolve(__dirname , 'dist/assets'),
publicPath: '/assets/'
},
devServer: {
contentBase: './dist',...
asked by
19.03.2018 / 19:35