diff --git a/scripts/remove-evals.js b/scripts/remove-evals.js index 1004efe..10b826b 100644 --- a/scripts/remove-evals.js +++ b/scripts/remove-evals.js @@ -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', ];