diff options
author | 2020-10-12 13:58:35 +0100 | |
---|---|---|
committer | 2020-10-12 13:58:35 +0100 | |
commit | bb86d6120f8f1d80fd32ad25c2e705a72dc38bb4 (patch) | |
tree | a375282b852ee215047851f79edcbcdd9c3c101b /webpack.config.js | |
parent | Remove comments (diff) |
Fix tests
Diffstat (limited to 'webpack.config.js')
-rw-r--r-- | webpack.config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webpack.config.js b/webpack.config.js index 1a98131..2809c73 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -60,7 +60,7 @@ module.exports = (env) => { }, { test: /\.svg$/, - loader: 'svg-inline-loader' + loader: '@svgr/webpack' } ] }, |