1 parent b579db2 commit 72c7e6cCopy full SHA for 72c7e6c
1 file changed
build/webpack.config.openlayers.js
@@ -70,7 +70,7 @@ module.exports = {
70
]
71
}
72
73
- configBase.moduleVersion === "es6" && (babelConfig.include = /FGBLayer|flatgeobuf|fast-xml-parser|path-expression-matcher/);
+ configBase.moduleVersion === "es6" && (babelConfig.include = /FGB|flatgeobuf|fast-xml-parser|path-expression-matcher/);
74
moduleRules.push(babelConfig);
75
moduleRules.push(configBase.module.rules.css);
76
return moduleRules;
0 commit comments