forked from FoundKeyGang/FoundKey
wip
This commit is contained in:
parent
ca60469262
commit
a2c247e53f
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