duplicate files

Signed-off-by: Jakob <jakob.roehrl@web.de>
This commit is contained in:
Jakob
2019-10-17 07:49:28 +02:00
parent 7716fb6738
commit 4a3ba6540c
5 changed files with 321 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ module.exports = {
entry: {
deck: path.join(__dirname, 'src', 'main.js'),
collections: path.join(__dirname, 'src', 'init-collections.js'),
collectionscard: path.join(__dirname, 'src', 'init-collections-card.js'),
},
output: {
filename: '[name].js',