Closed bvaughn closed 9 years ago
@bvaughn Thanks for letting me know! I made the changes needed.
Let me know if you have any further ideas. The current version is starting to feel a little bloated and it will only get worse once I get to integrate Babel 6 (waiting for a dependency). Perhaps it would be a good time to start splitting it up into smaller libraries to consume?
Wow, thanks for such a quick fix! Just patched it into my local fork and it works like a charm. :)
I'm still learning the ropes with Webpack to be honest, so I don't have a great suggestion at the moment. This project was exactly what I was looking for- give or take a few linting style issues. :)
First off, thank you for creating such a useful template project. It is exactly what I was looking for (and had begun to painfully create for myself).
I'm having trouble actually running tests though. Steps to reproduce:
npm i
to install dependenciestests/boilerplate_test.js
and uncomment the 3rd line (or add any import statement):npm test
ornpm run tdd
The following error occurs: