We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68875b9 commit 523c872Copy full SHA for 523c872
webpack.config.js
@@ -32,7 +32,7 @@ module.exports = {
32
})
33
],
34
module: {
35
- noParse: /node_modules\/json-schema\/lib\/validate\.js/,
+ noParse: [/(mapbox-gl)\.js$/, /node_modules\/json-schema\/lib\/validate\.js/],
36
rules: [
37
{
38
test: /\.jsx?$/,
0 commit comments