We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09f5346 commit aaf4a7bCopy full SHA for aaf4a7b
lib/webpack/createServerConfig.js
@@ -11,7 +11,7 @@ module.exports = function createServerConfig (options, cliOptions) {
11
12
config
13
.target('node')
14
- .externals([/^vue|vue-router$/])
+ .externals([/^(vue|vue-router)$/])
15
.devtool('source-map')
16
17
// no need to minimize server build
0 commit comments