Skip to content

Commit

Permalink
fix([publish]): fix preset list
Browse files Browse the repository at this point in the history
  • Loading branch information
Hypnosphi committed Aug 2, 2021
1 parent 678fdbf commit 96aeb39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ module.exports = function preset(api, opts) {
require('@babel/preset-react'),
[require('@babel/preset-env'), envConfig],
typeScript ? require('@babel/preset-typescript') : null
],
].filter(it => !!it),
plugins: [
require('@babel/plugin-transform-strict-mode'),

Expand Down

0 comments on commit 96aeb39

Please sign in to comment.