we don't have background.js file

This commit is contained in:
Tamius Han 2019-11-29 01:48:30 +01:00
parent 2675960aa0
commit 967a5bf87b

View File

@ -5,7 +5,6 @@ const fs = require('fs');
const BUNDLE_DIR = path.join(__dirname, '../dist');
const bundles = [
'background.js',
'popup/popup.js',
'options/options.js',
];