-
-
Notifications
You must be signed in to change notification settings - Fork 47
Slow initial build #23
Comments
This is the product of many things at play, some are solvable some are not.
ESLint is however slower than JSHint, the advantages are flexibility. My time is fairly limited at the moment and although this is a crappy response, it is a reality. I'm happy to accept pull requests until I get some more time to resolve. |
Hey @jonathanKingston sounds good - perhaps it'd be useful to have the initial build not run eslint but rebuilds do? Perhaps you can guide me really quickly where the API for rebuilds is and I will go at it :) |
Hi, I was wondering if there had been any work done on this? We are running into similar issues with slow build times. We want to be able to run eslint in our test suite but not on the initial build of the app. Is there anyway to disable linting on the build? |
@hjbuchanan unfortunately that is currently not possible 😕 |
@Turbo87 thanks for the quick comment back--would you all be willing to accept a PR that made those changes? |
@hjbuchanan sure, we are always happy to review and merge PRs! what specific changes are we talking about though? only running ESLint on demand when running tests is unfortunately impossible or at least very difficult to implement. |
There is an option called ex:
|
The build is really really slow since we included this:
The text was updated successfully, but these errors were encountered: