mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-08 19:53:08 +02:00
10 lines
109 B
TypeScript
10 lines
109 B
TypeScript
|
/**
|
||
|
* Vue
|
||
|
*/
|
||
|
|
||
|
export default () => ({
|
||
|
test: /\.vue$/,
|
||
|
exclude: /node_modules/,
|
||
|
loader: 'vue-loader'
|
||
|
});
|