Skip to content
This repository was archived by the owner on May 16, 2020. It is now read-only.

Commit d70aa13

Browse files
fix(babel-preset-atlauncher): fix spelling mistake on transform
1 parent 2870b64 commit d70aa13

File tree

1 file changed

+1
-1
lines changed
  • packages/babel-preset-atlauncher

1 file changed

+1
-1
lines changed

packages/babel-preset-atlauncher/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ module.exports = function () {
7171
!isTest && [require('babel-plugin-transform-regenerator').default, { async: false }],
7272

7373
// transform dynamic imports to require in test
74-
isTest && require('babel-plugin-tansform-dynamic-import').default,
74+
isTest && require('babel-plugin-transform-dynamic-import').default,
7575

7676
// remove propTypes and their imports when in production
7777
isProduction && [require('babel-plugin-transform-react-remove-prop-types').default, { removeImport: true }],

0 commit comments

Comments
 (0)