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