Merge pull request #6507 from probins/patch-1

ol.DEBUG no longer needed in transforms/module.js
This commit is contained in:
Tim Schaub
2017-02-17 09:26:16 -07:00
committed by GitHub
-1
View File
@@ -1,7 +1,6 @@
const pkg = require('../package.json'); const pkg = require('../package.json');
const defines = { const defines = {
'ol.DEBUG': false,
'ol.ENABLE_WEBGL': false 'ol.ENABLE_WEBGL': false
}; };