Revert "feat/4893 - migrate the mapReader to mapbox-gl with react"

This commit is contained in:
Pierre de La Morinerie 2020-04-07 15:32:14 +02:00 committed by GitHub
parent d9015c4e3c
commit 3e21b78142
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 6 additions and 402 deletions

View file

@ -9,9 +9,6 @@ const resolve = {
environment.splitChunks();
environment.config.merge({ resolve });
environment.loaders.get(
'nodeModules'
).exclude = /(?:@?babel(?:\/|\\{1,2}|-).+)|regenerator-runtime|core-js|^webpack$|^webpack-assets-manifest$|^webpack-cli$|^webpack-sources$|^@rails\/webpacker$|^mapbox-gl$|/;
// Uncoment next lines to run webpack-bundle-analyzer
// const { BundleAnalyzerPlugin } = require('webpack-bundle-analyzer');