added bubble script to webpack

This commit is contained in:
Tobias Miesel
2018-10-17 15:20:57 +02:00
committed by Manuel Bouza
parent 9167b1c590
commit f408447abb

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',
},