Skip to content

Commit ec8a66b

Browse files
authored
Update webpack.config.js (Kocal#574)
1 parent 91de1d5 commit ec8a66b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const config = {
2525
rules: [
2626
{
2727
test: /\.vue$/,
28-
loaders: 'vue-loader',
28+
loader: 'vue-loader',
2929
},
3030
{
3131
test: /\.js$/,

0 commit comments

Comments
 (0)