Skip to content

Commit 9c03a35

Browse files
ykztsGargron
authored andcommitted
Do not use @babel/preset-env to compile node_modules (mastodon#10289)
1 parent aed427f commit 9c03a35

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

config/webpack/rules/node_modules.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ module.exports = {
1010
loader: 'babel-loader',
1111
options: {
1212
babelrc: false,
13-
presets: [
14-
['@babel/env', { modules: false }],
15-
],
1613
plugins: [
1714
'transform-react-remove-prop-types',
1815
],

0 commit comments

Comments
 (0)