Skip to content

Commit 72517eb

Browse files
author
kajan
committed
setup vue-loader
1 parent f21f782 commit 72517eb

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
const VueLoaderPlugin = require('vue-loader/lib/plugin');
2+
3+
module.exports = {
4+
module: {
5+
rules: [
6+
{
7+
test: /\.vue$/,
8+
loader: 'vue-loader',
9+
}
10+
]
11+
},
12+
plugins: [
13+
new VueLoaderPlugin(),
14+
]
15+
}

0 commit comments

Comments
 (0)