We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b732044 commit 92ddd09Copy full SHA for 92ddd09
packages/@vue/cli-service/lib/Service.js
@@ -21,14 +21,14 @@ module.exports = class Service {
21
this.commands = {}
22
this.pkg = this.resolvePkg(pkg)
23
24
+ // load base .env
25
+ this.loadEnv()
26
+
27
const userOptions = this.loadProjectOptions(projectOptions)
28
this.projectOptions = Object.assign(defaults(), userOptions)
29
30
debug('vue:project-config')(this.projectOptions)
31
- // load base .env
- this.loadEnv()
-
32
// install plugins.
33
// If there are inline plugins, they will be used instead of those
34
// found in package.json.
0 commit comments