Skip to content

Commit

Permalink
fix: release version
Browse files Browse the repository at this point in the history
  • Loading branch information
omariosouto committed Dec 14, 2021
1 parent 03d711b commit 8bbfbf5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
"commitizen": "4.1.2",
"cz-conventional-changelog": "3.2.0",
"next": "12.0.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"rimraf": "3.0.2",
"rollup": "2.56.2",
Expand Down
4 changes: 4 additions & 0 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ const packageJson = require('./package.json');
export default [
{
input: 'lib/components.ts',
external: id => {
console.log(id);
return /^react|styled-jsx/.test(id);
},
output: [
{
file: packageJson.main,
Expand Down

0 comments on commit 8bbfbf5

Please sign in to comment.