mirror of
https://activitypub.software/TransFem-org/Sharkey.git
synced 2024-12-15 17:35:44 +01:00
9 lines
109 B
TypeScript
9 lines
109 B
TypeScript
/**
|
|
* Vue
|
|
*/
|
|
|
|
export default () => ({
|
|
test: /\.vue$/,
|
|
exclude: /node_modules/,
|
|
loader: 'vue-loader'
|
|
});
|