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