Skip to content
This repository has been archived by the owner on Oct 2, 2021. It is now read-only.

Incremental rebuilds are slow #8

Open
liangchunn opened this issue Jun 22, 2019 · 0 comments
Open

Incremental rebuilds are slow #8

liangchunn opened this issue Jun 22, 2019 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@liangchunn
Copy link
Owner

Description

Compared to the project typescript-node-scripts running with webpack and fork-ts-checker-webpack-plugin, twirler with rollup and rollup-plugin-typescript2 rebuilds bundles very slow, sometimes up to 700% slower.

I suspect that this is due to the typechecker losing all information and has the check the whole project (?)

typescript-node-scripts start vs twirler start rebuilding on zero changes on a 89k sloc project:
Screenshot 2019-06-22 at 15 07 25

Acceptance Criteria

  • Find out if using check:false decreases the amount of time to recompile
  • Find out if there are already existing solutions

Resources

ezolenko/rollup-plugin-typescript2#113

@liangchunn liangchunn added the help wanted Extra attention is needed label Jun 22, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant