Skip to content

Commit fab94d3

Browse files
committed
Update babel.config.js
1 parent ae2777f commit fab94d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/babel.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ module.exports = {
2525
production: {
2626
plugins: [
2727
'@babel/plugin-transform-react-constant-elements',
28-
['react-remove-properties'],
28+
['babel-plugin-react-remove-properties'],
2929
['babel-plugin-transform-react-remove-prop-types', { mode: 'remove' }],
3030
],
3131
},

0 commit comments

Comments
 (0)