Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Introduce rollup #4

Merged
merged 2 commits into from
May 10, 2016
Merged

Introduce rollup #4

merged 2 commits into from
May 10, 2016

Conversation

dbrgn
Copy link
Member

@dbrgn dbrgn commented May 10, 2016

Rollup (http://rollupjs.org/) is a module bundler that converts projects using the ES2015 module system to a single JavaScript file.

By using a typescript plugin, we can compile from ts to js in the same step. Correct sourcemaps are also generated. Additionally, a tree-shaking algorithm removes unused code from the output file.

Note that due to a bug (rollup/rollup-plugin-typescript#43), rollup does not currently output non-fatal errors from TypeScript. To see those, simply issue npm run tsc in your main directory. (That will invoke tsc directly with the noEmit option.)

@dbrgn dbrgn merged commit 4785689 into develop May 10, 2016
@dbrgn dbrgn deleted the rollup branch May 10, 2016 16:12
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants