Skip to content

Better compilation via Babel#117

Merged
jaredpalmer merged 2 commits into
masterfrom
feat/babel
May 29, 2019
Merged

Better compilation via Babel#117
jaredpalmer merged 2 commits into
masterfrom
feat/babel

Conversation

@jaredpalmer

@jaredpalmer jaredpalmer commented May 29, 2019

Copy link
Copy Markdown
Owner

Use babel to do better compilation #102 . Fix #109

We can/should discuss overrides and customization for both babel and rollup and stuff in another issue.

@jaredpalmer jaredpalmer merged commit b6492a1 into master May 29, 2019
@jaredpalmer jaredpalmer deleted the feat/babel branch May 29, 2019 16:42
Comment thread src/createRollupConfig.ts
keep_infinity: true,
pure_getters: true,
collapse_vars: false,
passes: 10,

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

does this do the same job as collapse_vars? i added that because it is buggy otherwise

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.

Issue with node shebang

2 participants