Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Commit

Permalink
Fix exports field in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
hum-n committed Jan 17, 2021
1 parent cdfbdcc commit 9f95fa3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"repository": "nativew/esbuild-plugin-babel",
"author": "Antoine Boulanger (https://github.com/antoineboulanger)",
"license": "ISC",
"exports": "src/index.js",
"exports": "./src/index.js",
"main": "src/index.js",
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ babel({
```json
{
"presets": [["@babel/preset-env", { "modules": false }]],
"plugins": [...],
"plugins": ["@babel/plugin"],
"sourceMaps": "inline"
}
```
Expand Down

0 comments on commit 9f95fa3

Please sign in to comment.