Skip to content

Commit

Permalink
update - Rollup.js
Browse files Browse the repository at this point in the history
Infrastructure.
  • Loading branch information
rkenneybrew committed Dec 24, 2023
1 parent 200a445 commit e31380b
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 80 deletions.
8 changes: 7 additions & 1 deletion .idea/workspace.xml

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

This file was deleted.

This file was deleted.

This file was deleted.

4 changes: 2 additions & 2 deletions src/js/Rollup/_config/ctm/custom.rollup.config.mjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export default {
input: '/Users/rkenneybrew88/src/rollup/umd/main.js',
input: '/umd/main.js',
output: {
file: '/Users/rkenneybrew88/src/rollup/umd/build/name_this_prefix.min.js',
file: '/umd/build/name_this_prefix.min.js',
format: 'cjs',
sourcemap: 'inline',
},
Expand Down

2 comments on commit e31380b

@vercel
Copy link

@vercel vercel bot commented on e31380b Dec 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on e31380b Dec 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.