We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e21403 commit fb0aecaCopy full SHA for fb0aeca
template/config/index.js
@@ -77,19 +77,5 @@ module.exports = {
77
// `npm run build --report`
78
// Set to `true` or `false` to always turn it on or off
79
bundleAnalyzerReport: process.env.npm_config_report
80
- },
81
- dev: {
82
- env: require('./dev.env'),
83
- port: 8080,
84
- autoOpenBrowser: false,
85
- assetsSubDirectory: 'static',
86
- assetsPublicPath: '/',
87
- proxyTable: {},
88
- // CSS Sourcemaps off by default because relative paths are "buggy"
89
- // with this option, according to the CSS-Loader README
90
- // (https://github.com/webpack/css-loader#sourcemaps)
91
- // In our experience, they generally work as expected,
92
- // just be aware of this issue when enabling this option.
93
- cssSourceMap: false
94
}
95
0 commit comments