Simplify bundler a little (#2290)

- Remove a useless abstraction
- Remove a useless write + read
- Only read when generating the bundle
- Use one watcher instead of two
- Use Chokidar to simplify and make for a better experience
This commit is contained in:
Isiah Meadows 2018-11-27 18:02:35 -05:00 committed by GitHub
parent a96caf25c5
commit c33621cd52
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 1727 additions and 149 deletions

View file

@ -30,6 +30,7 @@
"devDependencies": {
"@alrra/travis-scripts": "^3.0.1",
"benchmark": "^2.1.4",
"chokidar": "^2.0.4",
"dedent": "^0.7.0",
"eslint": "^3.19.0",
"gh-pages": "^0.12.0",