diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-02-15 12:44:42 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-02-15 12:44:42 +0900 |
| commit | a2c247e53f36000db6113d309966db8db1a9d263 (patch) | |
| tree | 770b20f27df4693e58caf1f6f4753aeeecc99b02 /webpack | |
| parent | wip (diff) | |
| download | sharkey-a2c247e53f36000db6113d309966db8db1a9d263.tar.gz sharkey-a2c247e53f36000db6113d309966db8db1a9d263.tar.bz2 sharkey-a2c247e53f36000db6113d309966db8db1a9d263.zip | |
wip
Diffstat (limited to 'webpack')
| -rw-r--r-- | webpack/module/rules/vue.ts | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/webpack/module/rules/vue.ts b/webpack/module/rules/vue.ts index 0d38b4deb3..02d644615c 100644 --- a/webpack/module/rules/vue.ts +++ b/webpack/module/rules/vue.ts @@ -5,5 +5,9 @@ export default () => ({ test: /\.vue$/, exclude: /node_modules/, - loader: 'vue-loader' + loader: 'vue-loader', + options: { + cssSourceMap: false, + preserveWhitespace: false + } }); |