Skip to content

Commit 2767e0d

Browse files
chore(build): show noSourceMap option value
1 parent 1bc1cfd commit 2767e0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const configure = ({name, vueVersion}) => (env = {}, { mode = 'production', conf
3434

3535
const genSourcemap = false;
3636

37-
console.log('config', { targetsBrowsers, noPresetEnv, noCompress, genSourcemap, vueVersion });
37+
console.log('config', { targetsBrowsers, noPresetEnv, noCompress, noSourceMap, genSourcemap, vueVersion });
3838

3939
return {
4040
name,

0 commit comments

Comments
 (0)