We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07ad179 commit d064496Copy full SHA for d064496
build/webpack.config.js
@@ -10,6 +10,10 @@ var
10
11
module.exports = {
12
devtool: '#eval-source-map',
13
+ devServer: {
14
+ historyApiFallback: true,
15
+ noInfo: true
16
+ },
17
entry: {
18
app: entry
19
},
@@ -90,7 +94,6 @@ module.exports = {
90
94
'__THEME': '"' + env.platform.theme + '"'
91
95
}),
92
96
new webpack.NoErrorsPlugin(),
93
- // https://github.com/ampedandwired/html-webpack-plugin
97
new HtmlWebpackPlugin({
98
filename: 'index.html',
99
template: 'dev/index.html',
0 commit comments