diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-09-28 00:48:17 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-09-28 00:48:17 +0900 |
| commit | cbf5d4b71d807e53e2252e8767364f7a7e761b34 (patch) | |
| tree | 6613c13fbc58f98b1ac1d33b307d7395cfcf8bec /webpack.config.ts | |
| parent | wip (diff) | |
| download | sharkey-cbf5d4b71d807e53e2252e8767364f7a7e761b34.tar.gz sharkey-cbf5d4b71d807e53e2252e8767364f7a7e761b34.tar.bz2 sharkey-cbf5d4b71d807e53e2252e8767364f7a7e761b34.zip | |
wip
Diffstat (limited to 'webpack.config.ts')
| -rw-r--r-- | webpack.config.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/webpack.config.ts b/webpack.config.ts index 3822080574..3b14ee4a8a 100644 --- a/webpack.config.ts +++ b/webpack.config.ts @@ -135,6 +135,8 @@ module.exports = { } } }, { + loader: 'vue-svg-inline-loader' + }, { loader: 'replace', query: { qs: [{ |