added bubble script to webpack
This commit is contained in:
@@ -3,6 +3,7 @@ const path = require('path')
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
entry: {
|
entry: {
|
||||||
background: './src/js/background.js',
|
background: './src/js/background.js',
|
||||||
|
bubble: './src/js/bubble.js',
|
||||||
options: './src/js/options.js',
|
options: './src/js/options.js',
|
||||||
popup: './src/js/popup.js',
|
popup: './src/js/popup.js',
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user