Index: lib/filterClasses.js |
=================================================================== |
--- a/lib/filterClasses.js |
+++ b/lib/filterClasses.js |
@@ -12,17 +12,17 @@ |
* GNU General Public License for more details. |
* |
* You should have received a copy of the GNU General Public License |
* along with Adblock Plus. If not, see <http://www.gnu.org/licenses/>. |
*/ |
"use strict"; |
-const compiled = require("compiled"); |
+const compiled = require("../build/compiled.js"); |
for (let cls of [ |
"Filter", "InvalidFilter", "CommentFilter", "ActiveFilter", |
"RegExpFilter", "BlockingFilter", "WhitelistFilter", "ElemHideBase", |
"ElemHideFilter", "ElemHideException", "ElemHideEmulationFilter" |
]) |
{ |
exports[cls] = compiled[cls]; |
} |