aboutsummaryrefslogtreecommitdiff
path: root/webpack.config.d/webpack.js
diff options
context:
space:
mode:
authorRobert Jaros <rjaros@finn.pl>2020-03-11 16:18:17 +0100
committerRobert Jaros <rjaros@finn.pl>2020-03-11 16:18:17 +0100
commit9e243a469ae6544e8cf523ad09b959f541c3f565 (patch)
treebe9c7447e221af49180c9e98434df7f988b940b8 /webpack.config.d/webpack.js
parentec6084c42c13a621e17b17bd40d90b5c7879f0ec (diff)
downloadkvision-9e243a469ae6544e8cf523ad09b959f541c3f565.tar.gz
kvision-9e243a469ae6544e8cf523ad09b959f541c3f565.tar.bz2
kvision-9e243a469ae6544e8cf523ad09b959f541c3f565.zip
Upgrade to Kotlin 1.3.70 + other dependencies (Coroutinse, Serialization, Spring Boot)
Major refactoring of build architecture.
Diffstat (limited to 'webpack.config.d/webpack.js')
-rw-r--r--webpack.config.d/webpack.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/webpack.config.d/webpack.js b/webpack.config.d/webpack.js
new file mode 100644
index 00000000..d627c368
--- /dev/null
+++ b/webpack.config.d/webpack.js
@@ -0,0 +1 @@
+config.resolve.modules.push("../../processedResources/Js/main");