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:
parent
a96caf25c5
commit
c33621cd52
6 changed files with 1727 additions and 149 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue