wip
This commit is contained in:
parent
d5f345c8f9
commit
ff7bb97d8e
19 changed files with 58 additions and 146 deletions
9
webpack/module/rules/vue.ts
Normal file
9
webpack/module/rules/vue.ts
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
/**
|
||||
* Vue
|
||||
*/
|
||||
|
||||
export default () => ({
|
||||
test: /\.vue$/,
|
||||
exclude: /node_modules/,
|
||||
loader: 'vue-loader'
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue