Skip to content
This repository was archived by the owner on Apr 22, 2024. It is now read-only.

Commit f528a3f

Browse files
committed
⚡ improvement(generator): remove webpack-env insertion
ref: vuejs/vue-cli#2531
1 parent 588555a commit f528a3f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

generator/index.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,6 @@ module.exports = (api, options, rootOptions) => {
4848
if (!checkInstalled('./node_modules/@types/webpack/package.json')) {
4949
devTsDependencies['@types/webpack'] = '^4.4.0'
5050
}
51-
if (!checkInstalled('./node_modules/@types/webpack-env/package.json')) {
52-
devTsDependencies['@types/webpack-env'] = '^1.13.6'
53-
}
5451
pkg.devDependencies = { ...pkg.devDependencies, ...devTsDependencies }
5552
}
5653
debug('pkg', pkg)

0 commit comments

Comments
 (0)