Skip to content

Commit

Permalink
feature: @putout/bundle: exports: putout-iife
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Jun 24, 2024
1 parent 046d9d7 commit 998a421
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .madrun.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default {
name: 'putout',
format: 'umd',
input: 'lib/putout-iife.js',
output: 'bundle/putout-iife.js',
output: 'bundle/putout-iife.cjs',
exports: 'default',
}))],
};
Expand Down
File renamed without changes.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"exports": {
"import": {
".": "./bundle/putout.min.js",
"./dev": "./bundle/putout.js"
"./dev": "./bundle/putout.js",
"./iife": "./bundle/putout-iife.cjs"
}
},
"repository": {
Expand Down

0 comments on commit 998a421

Please sign in to comment.