Refactoring: Removed lodash as dependency, refactored webpack config (including minor speed improvements)

This commit is contained in:
Chris
2016-01-29 21:42:24 +01:00
parent b3abd3159d
commit b0014e00e0
13 changed files with 102 additions and 94 deletions
+1 -4
View File
@@ -9,15 +9,12 @@ The following features are currently included:
- [x] Webpack and Webpack-Dev-Server, including hot-loader
- [x] Babel and JSX
- [x] Mocha Unit tests (*optional*)
- [x] Mocha Unit tests
- [x] esLint Support
- [x] No dependency on grunt, gulp or the next hot taskrunner!
- [x] Support for environment-specific configuration files
- [x] Support for code coverage via [isparta-loader](https://github.com/deepsweet/isparta-loader)
## Todo
- [ ] Better performance for webpack builds
## What is it for?
This template can be used directly for the creation of new projects. When using it like this, make sure to ___not___ install it via npm but download it directly. The template is (nearly) useless for itself when downloaded via npm!