Skip to content

Commit

Permalink
fix: cjs dynamic import transpiling issue - OKTA-488924
Browse files Browse the repository at this point in the history
OKTA-488924
<<<Jenkins Check-In of Tested SHA: 8b2980f for eng_productivity_ci_bot_okta@okta.com>>>
Artifact: okta-auth-js
Files changed count: 3
PR Link: "#1180"
  • Loading branch information
shuowu authored and eng-prod-CI-bot-okta committed Apr 14, 2022
1 parent 38f2730 commit 12b889c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion babel.cjs.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module.exports = {
'targets': {
'node': 11
},
'modules': false
'modules': 'commonjs'
}
]],
'plugins': [
Expand Down

0 comments on commit 12b889c

Please sign in to comment.