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