Skip to content

WIP: Initial spike using @pika/pkg#4

Open
taras wants to merge 4 commits intomasterfrom
tm/try-pika-pkg
Open

WIP: Initial spike using @pika/pkg#4
taras wants to merge 4 commits intomasterfrom
tm/try-pika-pkg

Conversation

@taras
Copy link
Copy Markdown
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.

1 participant