jeffling / wallaby-webpack

webpack preprocessor for wallabyjs
25 stars 8 forks source link

caching #3

Closed jeffling closed 9 years ago

jeffling commented 9 years ago

the original hacky idea was to cache compilers and invoke them with compiler.run(). It works great for the most part in the cached-compilers branch, but sometimes hangs when you type really really fast. We should also explore other ideas, like using one compiler with common chunks.... it's just hard to tell webpack to just compile one entry point.