We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85e6e5e commit 5b4df14Copy full SHA for 5b4df14
packages/@vue/cli-service/lib/config/base.js
@@ -16,7 +16,7 @@ module.exports = (api, options) => {
16
.publicPath(options.baseUrl)
17
18
webpackConfig.resolve
19
- .set('symlinks', true)
+ .set('symlinks', false)
20
.extensions
21
.merge(['.js', '.jsx', '.vue', '.json'])
22
.end()
@@ -35,7 +35,6 @@ module.exports = (api, options) => {
35
)
36
37
webpackConfig.resolveLoader
38
39
.modules
40
.add('node_modules')
41
.add(api.resolve('node_modules'))
0 commit comments