webpack-typescript-starter
webpack-typescript-starter copied to clipboard
A simple Webpack 2 + TypeScript starter
Also, resolve all security vulnerabilities.
# Fork Repo: https://github.com/Laurianti/webpack-typescript-starter/ [](https://travis-ci.org/github/Laurianti/webpack-typescript-starter) # Source Build Status: https://travis-ci.org/github/juristr/webpack-typescript-starter/builds/749372154 # NOTE Build Status is green, but "Branch protection rules" of this repo looks broken and "All checks have...
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 3.1.4 to 3.9.0. Release notes *Sourced from [webpack-dev-server's releases](https://github.com/webpack/webpack-dev-server/releases).* > ## v3.9.0 > ## [3.9.0](https://github.com/webpack/webpack-dev-server/compare/v3.8.2...v3.9.0) (2019-10-22) > > > ### Bug Fixes > > * add `hostname`...
Here you have a gift, you can take it or not :). Related to #12 Why to use Jest? - (almost) No configuration. The only thing is the "jest" object...
just a simple e2e test
Check out this article and verify whether some of the mentioned suggestions should be added on this starter. http://erikaybar.name/webpack-source-maps-in-chrome/
https://twitter.com/fbjest/status/821041206503309319 ## Links - https://facebook.github.io/jest/ - https://github.com/kulshekhar/ts-jest
If you would like to add coverage to the project, I use: `istanbul-instrumenter-loader` Any alternatives you prefere ?
Not sure whether to add this directly or just add like a docs folder where the configuration of such common loaders is described. Or better even, just point to the...
This is the usual approach and could be useful even for this simple setup here...Still not sure, tho