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