Skip to content

Commit 75cf1f0

Browse files
committed
Improvements
1 parent 251d548 commit 75cf1f0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

webpack.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ module.exports = (env, argv) => {
3535
},
3636
resolve: {
3737
modules: ['node_modules'],
38-
extensions: ['.js'],
38+
extensions: ['*', '.js', '.vue', '.json'],
3939
alias: {
4040
},
4141
},
@@ -152,6 +152,7 @@ module.exports = (env, argv) => {
152152
new WebpackBuildNotifierPlugin({
153153
title: 'Web Framework',
154154
suppressSuccess: false,
155+
successSound: false,
155156
}),
156157
],
157158
}

0 commit comments

Comments
 (0)