diff options
author | n-peugnet <n.peugnet@free.fr> | 2019-10-21 19:44:52 +0200 |
---|---|---|
committer | n-peugnet <n.peugnet@free.fr> | 2019-10-21 21:49:12 +0200 |
commit | 9250000af69b5c0ddc73537ec40573df68283dcc (patch) | |
tree | b844ef3625f0d1f00177f701289865016a1c8539 /webpack.config.js | |
parent | 01355d4e0173036fefe513ddf51f4d81ec66d90a (diff) | |
download | wcms-9250000af69b5c0ddc73537ec40573df68283dcc.tar.gz wcms-9250000af69b5c0ddc73537ec40573df68283dcc.zip |
move js sources to /src/ & remove old worker stuff
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 4e32da0..e18b201 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -8,7 +8,7 @@ module.exports = (env) => { // Constant entry: { - edit: './assets/js/edit.js', + edit: './src/edit.js', }, output: { filename: 'assets/js/[name].bundle.js', |