aboutsummaryrefslogtreecommitdiff
path: root/plugins/base/frontend/webpack.config.js
diff options
context:
space:
mode:
authorMarcin Aman <maman@virtuslab.com>2020-07-29 17:32:13 +0200
committerPaweł Marks <Kordyjan@users.noreply.github.com>2020-08-03 13:47:51 +0200
commitb14e0617a126ed3b8b9256542ce857c060e3e295 (patch)
treecaa9ff76d95027f7262ac6b26679df548774cee4 /plugins/base/frontend/webpack.config.js
parent6e6876e2e9576f1ccd2816bab5c1a5ea7e23409f (diff)
downloaddokka-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.js2
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'),