Skip to content

Commit

Permalink
Output with for rollup config (#463)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrohan committed Aug 29, 2024
1 parent 7d3239e commit cac16d6
Show file tree
Hide file tree
Showing 3 changed files with 87 additions and 69 deletions.
153 changes: 85 additions & 68 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"jest-preset-stylelint": "^7.0.0",
"prettier": "^3.2.5",
"rimraf": "^6.0.1",
"rollup": "^4.14.3"
"rollup": "^4.21.1"
},
"jest": {
"transform": {},
Expand Down
1 change: 1 addition & 0 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export default [
output: {
format: 'esm',
file: 'dist/index.mjs',
importAttributesKey: 'with',
},
},
{
Expand Down

0 comments on commit cac16d6

Please sign in to comment.