|
@@ -20,7 +20,7 @@ const devWebpackConfig = merge(baseWebpackConfig, { |
|
|
// cheap-module-eval-source-map is faster for development |
|
|
// cheap-module-eval-source-map is faster for development |
|
|
devtool: config.dev.devtool, |
|
|
devtool: config.dev.devtool, |
|
|
|
|
|
|
|
|
// these devServer options should be customized in /config/index.js |
|
|
|
|
|
|
|
|
// these devServer options should be customized in /config/application.js |
|
|
devServer: { |
|
|
devServer: { |
|
|
clientLogLevel: 'warning', |
|
|
clientLogLevel: 'warning', |
|
|
historyApiFallback: { |
|
|
historyApiFallback: { |
|
|