mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-24 01:39:06 +01:00
10 lines
109 B
TypeScript
10 lines
109 B
TypeScript
|
/**
|
||
|
* Vue
|
||
|
*/
|
||
|
|
||
|
export default () => ({
|
||
|
test: /\.vue$/,
|
||
|
exclude: /node_modules/,
|
||
|
loader: 'vue-loader'
|
||
|
});
|