Another attempt at fixing IE
This commit is contained in:
parent
d124512336
commit
1644c9d44b
1 changed files with 3 additions and 3 deletions
|
@ -23,9 +23,9 @@ if (!Array.isArray(nodeModulesLoader.exclude)) {
|
|||
nodeModulesLoader.exclude =
|
||||
nodeModulesLoader.exclude == null ? [] : [nodeModulesLoader.exclude];
|
||||
}
|
||||
nodeModulesLoader.exclude.push({
|
||||
and: [/mapbox-gl/, { not: [/react-mapbox-gl/] }]
|
||||
});
|
||||
nodeModulesLoader.exclude.push(
|
||||
path.resolve(__dirname, '..', '..', 'node_modules/mapbox-gl')
|
||||
);
|
||||
|
||||
// Uncoment next lines to run webpack-bundle-analyzer
|
||||
// const { BundleAnalyzerPlugin } = require('webpack-bundle-analyzer');
|
||||
|
|
Loading…
Reference in a new issue