Index: lib/subscriptionClasses.js |
=================================================================== |
--- a/lib/subscriptionClasses.js |
+++ b/lib/subscriptionClasses.js |
@@ -12,15 +12,15 @@ |
* 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 [ |
"Subscription", "SpecialSubscription", "DownloadableSubscription" |
]) |
{ |
exports[cls] = compiled[cls]; |
} |