aboutsummaryrefslogtreecommitdiff
path: root/webpack.config.js
diff options
context:
space:
mode:
authorvincent-peugnet <v.peugnet@free.fr>2020-03-26 17:20:31 +0100
committervincent-peugnet <v.peugnet@free.fr>2020-03-26 17:20:31 +0100
commit01795f56b61ab4e6becd959b7a41aad1276cdfca (patch)
tree0be85f2a811cc0fb7b44985ca3bc09015f706ebd /webpack.config.js
parentadb3d38893acb75b838fc6ccce5edb4321d08bf9 (diff)
parentd17713051ca2fef29de8025fe876d417838cea7f (diff)
downloadwcms-01795f56b61ab4e6becd959b7a41aad1276cdfca.tar.gz
wcms-01795f56b61ab4e6becd959b7a41aad1276cdfca.zip
Merge branch 'implement-cytoscape.js'
Diffstat (limited to 'webpack.config.js')
-rw-r--r--webpack.config.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/webpack.config.js b/webpack.config.js
index 1c38b9b..f6af5a3 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -16,6 +16,7 @@ module.exports = (env) => {
entry: {
edit: './src/edit.js',
home: './src/home.js',
+ map: './src/map.js',
media: './src/media.js',
sentry: './src/sentry.js',
},