ts-loader 4 / fork-ts-checker-webpack-plugin 0.4
webpack 4 has shipped!
ts-loader
#
The ts-loader
4 is available too. For details see our release here. To start using ts-loader
4:
- When using
yarn
:yarn add [email protected] -D
- When using
npm
:npm install [email protected] -D
Remember to use this in concert with the webpack 4. To see a working example take a look at the "vanilla" example.
fork-ts-checker-webpack-plugin
#
There's more! You may like to use the <a href="https://github.com/Realytics/fork-ts-checker-webpack-plugin">fork-ts-checker-webpack-plugin</a>
, (aka the ts-loader turbo-booster). The webpack compatible version has been released to npm as 0.4.1:
- When using
yarn
:yarn add [email protected] -D
- When using
npm
:npm install [email protected] -D
To see a working example take a look at the "fork-ts-checker" example.