diff options
author | Marcin Aman <maman@virtuslab.com> | 2020-07-29 17:32:13 +0200 |
---|---|---|
committer | Paweł Marks <Kordyjan@users.noreply.github.com> | 2020-08-03 13:47:51 +0200 |
commit | b14e0617a126ed3b8b9256542ce857c060e3e295 (patch) | |
tree | caa9ff76d95027f7262ac6b26679df548774cee4 /plugins/base/frontend/webpack.config.js | |
parent | 6e6876e2e9576f1ccd2816bab5c1a5ea7e23409f (diff) | |
download | dokka-b14e0617a126ed3b8b9256542ce857c060e3e295.tar.gz dokka-b14e0617a126ed3b8b9256542ce857c060e3e295.tar.bz2 dokka-b14e0617a126ed3b8b9256542ce857c060e3e295.zip |
Split into files and move svg to external one
Diffstat (limited to 'plugins/base/frontend/webpack.config.js')
-rw-r--r-- | plugins/base/frontend/webpack.config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/base/frontend/webpack.config.js b/plugins/base/frontend/webpack.config.js index 559f5792..3372b37f 100644 --- a/plugins/base/frontend/webpack.config.js +++ b/plugins/base/frontend/webpack.config.js @@ -16,7 +16,7 @@ const webpackConfig = () => ({ entry: `${componentsPath}/root.tsx`, resolve: { mainFields: ['module', 'browser', 'main'], - extensions: ['.tsx', '.ts', '.js'], + extensions: ['.tsx', '.ts', '.js', '.svg'], alias: { react: resolve('./node_modules/react'), 'react-dom': resolve('./node_modules/react-dom'), |