mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-22 04:25:06 +01:00
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
Block a user