Do not use @babel/preset-env to compile node_modules (#10289)
This commit is contained in:
parent
d5c79975ea
commit
1a0d3c9c65
|
@ -10,9 +10,6 @@ module.exports = {
|
|||
loader: 'babel-loader',
|
||||
options: {
|
||||
babelrc: false,
|
||||
presets: [
|
||||
['@babel/env', { modules: false }],
|
||||
],
|
||||
plugins: [
|
||||
'transform-react-remove-prop-types',
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue