|
@ -13,6 +13,7 @@ module.exports = merge(devConfig, { |
|
|
compress: true, |
|
|
compress: true, |
|
|
historyApiFallback: true, |
|
|
historyApiFallback: true, |
|
|
contentBase: resolve(paths.output, paths.entry), |
|
|
contentBase: resolve(paths.output, paths.entry), |
|
|
publicPath |
|
|
|
|
|
|
|
|
publicPath, |
|
|
|
|
|
disableHostCheck: true |
|
|
} |
|
|
} |
|
|
}) |
|
|
}) |