Skip to content

Commit d064496

Browse files
committed
chore: Addition to previous commit for Webpack 2 setup
1 parent 07ad179 commit d064496

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

build/webpack.config.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ var
1010

1111
module.exports = {
1212
devtool: '#eval-source-map',
13+
devServer: {
14+
historyApiFallback: true,
15+
noInfo: true
16+
},
1317
entry: {
1418
app: entry
1519
},
@@ -90,7 +94,6 @@ module.exports = {
9094
'__THEME': '"' + env.platform.theme + '"'
9195
}),
9296
new webpack.NoErrorsPlugin(),
93-
// https://github.com/ampedandwired/html-webpack-plugin
9497
new HtmlWebpackPlugin({
9598
filename: 'index.html',
9699
template: 'dev/index.html',

0 commit comments

Comments
 (0)