1
0
mirror of https://github.com/hotomoe/hotomoe synced 2025-01-18 15:52:52 +09:00
This commit is contained in:
syuilo 2018-02-15 12:44:42 +09:00
parent ca60469262
commit a2c247e53f

View File

@ -5,5 +5,9 @@
export default () => ({
test: /\.vue$/,
exclude: /node_modules/,
loader: 'vue-loader'
loader: 'vue-loader',
options: {
cssSourceMap: false,
preserveWhitespace: false
}
});