aboutsummaryrefslogtreecommitdiff
path: root/webpack.config.js
diff options
context:
space:
mode:
authorn-peugnet <n.peugnet@free.fr>2019-10-22 13:17:10 +0200
committern-peugnet <n.peugnet@free.fr>2019-10-22 13:17:10 +0200
commit2ed2bc9f2ef986b150159c2245c908adfd81f606 (patch)
treee5084e150341f11f40bd84be6a8b9961c3f8f8ce /webpack.config.js
parent2dbbbc039d0a25d48ad8d99519896cc971c15c2d (diff)
downloadwcms-2ed2bc9f2ef986b150159c2245c908adfd81f606.tar.gz
wcms-2ed2bc9f2ef986b150159c2245c908adfd81f606.zip
first add of Makefile
Diffstat (limited to 'webpack.config.js')
-rw-r--r--webpack.config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/webpack.config.js b/webpack.config.js
index e18b201..c952669 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -27,4 +27,4 @@ module.exports = (env) => {
],
},
}
-}; \ No newline at end of file
+};