From f4420c535222ef4a5307f7bb401357a79aa3524a Mon Sep 17 00:00:00 2001 From: Andreas Hocevar Date: Thu, 17 Aug 2017 13:22:35 -0400 Subject: [PATCH] Do not exclude WebGL code in transformed files --- transforms/module.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/transforms/module.js b/transforms/module.js index fab7483e34..a0403e8548 100644 --- a/transforms/module.js +++ b/transforms/module.js @@ -2,7 +2,8 @@ const parentPackage = require('../package.json'); const thisPackage = require('../package/package.json'); const defines = { - 'ol.ENABLE_WEBGL': false + // Compiler defines go here, e.g. + // 'ol.ENABLE_WEBGL': false }; function rename(name) {