Skip to content

Commit

Permalink
fix(odyssey-react-theme): use fully specified imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Belser committed Mar 16, 2022
1 parent 12839a1 commit 759e3c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/odyssey-react-theme/babel.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ module.exports = {

env: {
production: {
plugins: ["babel-plugin-add-import-extension"],
presets: [
[
"@okta/odyssey-babel-preset",
Expand Down
1 change: 1 addition & 0 deletions packages/odyssey-react-theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"@types/react": "^17.0.30",
"@types/react-dom": "^17.0.5",
"babel-jest": "^26.6.3",
"babel-plugin-add-import-extension": "^1.6.0",
"jest": "^26.6.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
Expand Down

0 comments on commit 759e3c8

Please sign in to comment.