Merge pull request #5968 from tchak/fix-carto-ie-again
Correction (à nouveau) du chargement des cartes dans Internet Explorer 11 (#5968)
This commit is contained in:
commit
0c5ad449c5
1 changed files with 3 additions and 3 deletions
|
@ -23,9 +23,9 @@ if (!Array.isArray(nodeModulesLoader.exclude)) {
|
||||||
nodeModulesLoader.exclude =
|
nodeModulesLoader.exclude =
|
||||||
nodeModulesLoader.exclude == null ? [] : [nodeModulesLoader.exclude];
|
nodeModulesLoader.exclude == null ? [] : [nodeModulesLoader.exclude];
|
||||||
}
|
}
|
||||||
nodeModulesLoader.exclude.push({
|
nodeModulesLoader.exclude.push(
|
||||||
and: [/mapbox-gl/, { not: [/react-mapbox-gl/] }]
|
path.resolve(__dirname, '..', '..', 'node_modules/mapbox-gl')
|
||||||
});
|
);
|
||||||
|
|
||||||
// Uncoment next lines to run webpack-bundle-analyzer
|
// Uncoment next lines to run webpack-bundle-analyzer
|
||||||
// const { BundleAnalyzerPlugin } = require('webpack-bundle-analyzer');
|
// const { BundleAnalyzerPlugin } = require('webpack-bundle-analyzer');
|
||||||
|
|
Loading…
Add table
Reference in a new issue