Skip to content

Commit 72c7e6c

Browse files
authored
Update webpack.config.openlayers.js
1 parent b579db2 commit 72c7e6c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/webpack.config.openlayers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ module.exports = {
7070
]
7171
}
7272
}
73-
configBase.moduleVersion === "es6" && (babelConfig.include = /FGBLayer|flatgeobuf|fast-xml-parser|path-expression-matcher/);
73+
configBase.moduleVersion === "es6" && (babelConfig.include = /FGB|flatgeobuf|fast-xml-parser|path-expression-matcher/);
7474
moduleRules.push(babelConfig);
7575
moduleRules.push(configBase.module.rules.css);
7676
return moduleRules;

0 commit comments

Comments
 (0)