Skip to content

Commit

Permalink
fix: vanilla build alias
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Dec 10, 2023
1 parent c9e6f1e commit 7e004ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/hover-vanilla/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ const plugins = ({ compress }) =>
preventAssignment: true,
values: {
'process.env.NODE_ENV': JSON.stringify('production'),
'styled$1.styled': 'styled$1',
__VERSION__: require('./package').version
}
}),
Expand Down
1 change: 1 addition & 0 deletions packages/vanilla/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ const plugins = ({ compress }) => [
replace({
preventAssignment: true,
values: {
'styledComponents.styled': 'styledComponents',
'process.env.NODE_ENV': JSON.stringify('production'),
__VERSION__: require('./package').version
}
Expand Down

4 comments on commit 7e004ec

@vercel
Copy link

@vercel vercel bot commented on 7e004ec Dec 10, 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 7e004ec Dec 10, 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:

sdk-vanilla – ./packages/vanilla

sdk-vanilla-microlink.vercel.app
sdk-vanilla.vercel.app
sdk-vanilla.microlink.io
sdk-vanilla-git-master-microlink.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 7e004ec Dec 10, 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:

sdk-react – ./packages/react

sdk-react-git-master-microlink.vercel.app
sdk-react.microlink.io
sdk-react.vercel.app
sdk-react-microlink.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 7e004ec Dec 10, 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:

sdk-hover-vanilla – ./packages/hover-vanilla

sdk-hover-vanilla-git-master-microlink.vercel.app
sdk-hover-vanilla.microlink.io
sdk-hover-vanilla.vercel.app
sdk-hover-vanilla-microlink.vercel.app

Please sign in to comment.