diff options
author | n-peugnet <n.peugnet@free.fr> | 2019-10-22 13:17:10 +0200 |
---|---|---|
committer | n-peugnet <n.peugnet@free.fr> | 2019-10-22 13:17:10 +0200 |
commit | 2ed2bc9f2ef986b150159c2245c908adfd81f606 (patch) | |
tree | e5084e150341f11f40bd84be6a8b9961c3f8f8ce /webpack.config.js | |
parent | 2dbbbc039d0a25d48ad8d99519896cc971c15c2d (diff) | |
download | wcms-2ed2bc9f2ef986b150159c2245c908adfd81f606.tar.gz wcms-2ed2bc9f2ef986b150159c2245c908adfd81f606.zip |
first add of Makefile
Diffstat (limited to 'webpack.config.js')
-rw-r--r-- | webpack.config.js | 2 |
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 +}; |