Skip to content

Commit

Permalink
Update rollup config
Browse files Browse the repository at this point in the history
  • Loading branch information
mertsincan committed May 12, 2023
1 parent 9d08d22 commit e3a768e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions components/lib/componentbase/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"main": "./componentbase.cjs.js",
"module": "./componentbase.esm.js",
"unpkg": "./componentbase.min.js",
"sideEffects": false
}
1 change: 1 addition & 0 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ const ALIAS_ICON_COMPONENT_ENTRIES = [
const ALIAS_COMPONENT_ENTRIES = [
{ find: '../utils/Utils', replacement: 'primereact/utils' },
{ find: '../api/Api', replacement: 'primereact/api' },
{ find: '../componentbase/ComponentBase', replacement: 'primereact/componentbase' },
{ find: '../hooks/Hooks', replacement: 'primereact/hooks' },
{ find: '../ripple/Ripple', replacement: 'primereact/ripple' },
{ find: '../csstransition/CSSTransition', replacement: 'primereact/csstransition' },
Expand Down

1 comment on commit e3a768e

@vercel
Copy link

@vercel vercel bot commented on e3a768e May 12, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

primereact – ./

primereact-primetek.vercel.app
primereact.org
primereact-git-prod-primetek.vercel.app

Please sign in to comment.