-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compile with rollup for smaller build sizes #27
base: master
Are you sure you want to change the base?
Conversation
"loose": true | ||
} | ||
], | ||
"stage-1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why we need stage-1
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we can use stage-2 if you prefer! It was just out of habit :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Personally I prefer stage-3
or stage-4
as they are more stable, but It depends
@peterpme would like to merge this in if you can resolve the conflicts. |
Will rebase and take a look at them again in the next few days. New job, not enough time :) Thanks for staying patient! |
Build dist files when publishing:
standalone.min.js
lib
We no longer have to worry about these files when working with React AB Test. It'll make PR's a little easier to manage!