added bubble script to webpack

This commit is contained in:
Tobias Miesel
2018-10-17 15:20:57 +02:00
parent f12cf7ab2a
commit e9710e858c

View File

@@ -3,6 +3,7 @@ const path = require('path')
module.exports = {
entry: {
background: './src/js/background.js',
bubble: './src/js/bubble.js',
options: './src/js/options.js',
popup: './src/js/popup.js',
},