web: exploring other dev environment options.
This commit is contained in:
@@ -3,6 +3,19 @@ module.exports = {
|
||||
proxy: {
|
||||
'/api': { target: 'http://localhost:8081' }
|
||||
},
|
||||
host: 'localhost',
|
||||
disableHostCheck: true
|
||||
},
|
||||
|
||||
// disable Hot Reloading (kills devtools performance and crashes the tab).
|
||||
// chainWebpack: config => {
|
||||
// config.plugins.delete("hmr");
|
||||
// },
|
||||
|
||||
pluginOptions: {
|
||||
webpackBundleAnalyzer: {
|
||||
analyzerMode: 'static',
|
||||
openAnalyzer: false
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user