diff options
author | Vincent Peugnet <33429034+vincent-peugnet@users.noreply.github.com> | 2019-11-05 18:31:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-05 18:31:05 +0100 |
commit | f1f63f556c41c99d45cd610186b0982383eff375 (patch) | |
tree | c62c88864fa4bdc0d54e0bc90d174fae2d8adce3 /webpack.config.js | |
parent | 9b43088415efee1f921feb9c858bcd924f1b6208 (diff) | |
parent | d73bbbcf6c7bfe7291ac1593004581df6c96b3c8 (diff) | |
download | wcms-f1f63f556c41c99d45cd610186b0982383eff375.tar.gz wcms-f1f63f556c41c99d45cd610186b0982383eff375.zip |
Merge pull request #25 from n-peugnet/add-checkall-checkbox
Add checkall checkbox in home page
Diffstat (limited to 'webpack.config.js')
-rw-r--r-- | webpack.config.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/webpack.config.js b/webpack.config.js index c0286df..b4a445a 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -11,6 +11,7 @@ module.exports = (env) => { // Constant entry: { edit: './src/edit.js', + home: './src/home.js', }, output: { filename: 'assets/js/[name].bundle.js', |