Signed-off-by: Jakob <jakob.roehrl@web.de>
This commit is contained in:
Jakob
2019-10-17 10:32:49 +02:00
parent 4a3ba6540c
commit 4d10b5fd59
5 changed files with 71 additions and 92 deletions

View File

@@ -5,7 +5,6 @@ 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',