From 967a5bf87bd4288860fc4df33d861034fe394034 Mon Sep 17 00:00:00 2001 From: Tamius Han Date: Fri, 29 Nov 2019 01:48:30 +0100 Subject: [PATCH] we don't have background.js file --- scripts/remove-evals.js | 1 - 1 file changed, 1 deletion(-) 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', ];