ol.DEBUG no longer needed in transforms/module.js

This commit is contained in:
Peter Robins
2017-02-17 10:35:55 +00:00
committed by GitHub
parent a3f40b2057
commit 3161e435b8

View File

@@ -1,7 +1,6 @@
const pkg = require('../package.json');
const defines = {
'ol.DEBUG': false,
'ol.ENABLE_WEBGL': false
};