mirror of
https://github.com/sim1222/misskey.git
synced 2025-08-06 08:43:56 +09:00
wip
This commit is contained in:
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'
|
||||
});
|
Reference in New Issue
Block a user