Skip to content

Commit

Permalink
fix: use @aminya/babel-plugin-replace-import-extension
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Oct 15, 2023
1 parent f8c4b8a commit 1873de9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
],
"plugins": [
[
"replace-import-extension",
"@aminya/babel-plugin-replace-import-extension",
{
"extMapping": {
".mjs": ".cjs"
Expand All @@ -69,7 +69,7 @@
"@babel/eslint-parser": "^7.17.0",
"@babel/preset-env": "^7.15.6",
"@babel/register": "^7.15.3",
"babel-plugin-replace-import-extension": "^1.1.3",
"@aminya/babel-plugin-replace-import-extension": "1.2.0",
"cssnano": "^6.0.0",
"eslint": "^8.12.0",
"eslint-plugin-import": "^2.28.1",
Expand Down

0 comments on commit 1873de9

Please sign in to comment.