mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-25 19:37:34 -07:00
wip
This commit is contained in:
parent
22178da73f
commit
0ccd111355
1 changed files with 5 additions and 1 deletions
|
@ -5,5 +5,9 @@
|
||||||
export default () => ({
|
export default () => ({
|
||||||
test: /\.vue$/,
|
test: /\.vue$/,
|
||||||
exclude: /node_modules/,
|
exclude: /node_modules/,
|
||||||
loader: 'vue-loader'
|
loader: 'vue-loader',
|
||||||
|
options: {
|
||||||
|
cssSourceMap: false,
|
||||||
|
preserveWhitespace: false
|
||||||
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue