Skip to content
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

WIP: Initial spike using @pika/pkg #4

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Conversation

taras
Copy link
Member

@taras taras commented Mar 13, 2019

We wanted to try to use @pika/pkg instead of our custom rollup setup. Here are my findings.

Pro

  • A lot less copy and pasting
  • Simpler package.json because all of the entries are generated and do not need to be specified
  • Easy to opt-in to all of the entries that we need

Cons

Doesn't provide a way to customize built-in Rollup configuration. As a result, there is no way for us to prevent classes from being transpiled which will cause problems in Node where class syntax is supported.

Recommendation

Hold off merging until FredKSchott/pika-pack-builders#25 is resolved.

@taras taras requested a review from cowboyd March 13, 2019 14:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant