Skip to content

Commit fb0aeca

Browse files
committed
Remove duplicated dev environment consequence from the mainstream merge
1 parent 7e21403 commit fb0aeca

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

Diff for: template/config/index.js

-14
Original file line numberDiff line numberDiff line change
@@ -77,19 +77,5 @@ module.exports = {
7777
// `npm run build --report`
7878
// Set to `true` or `false` to always turn it on or off
7979
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
9480
}
9581
}

0 commit comments

Comments
 (0)