Skip to content

Commit

Permalink
Configure parcel for exports
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante committed Jun 27, 2024
1 parent 4c54f58 commit 6a137e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/esm-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
- uses: actions/download-artifact@v4
- run: npm install ./artifact
- run: echo "${{ env.IMPORT_TEXT }} '${{ env.NPM_MODULE_NAME }}'" > index.js
- run: "echo '{\"@parcel/resolver-default\": {\"packageExports\": true}}' > package.json"
- run: npx parcel@2 build index.js
- run: cat dist/index.js
Rollup:
Expand Down

0 comments on commit 6a137e0

Please sign in to comment.