{
  "$type": "site.standard.document",
  "canonicalUrl": "https://johnnyreilly.com/posts/ts-loader-400-fork-ts-checker-webpack",
  "description": "webpack 4 has been released, along with updates for ts-loader and fork-ts-checker-webpack-plugin. See links for details and examples.",
  "path": "/posts/ts-loader-400-fork-ts-checker-webpack",
  "publishedAt": "2018-02-25T00:00:00.000Z",
  "site": "at://did:plc:yy3apqjlms24kso7ahn7lbmb/site.standard.publication/3mova7c4nho2b",
  "tags": [
    "webpack",
    "fork-ts-checker-webpack-plugin",
    "ts-loader"
  ],
  "textContent": "webpack 4 has shipped!\n\n\n\nts-loader\n\nThe ts-loader 4 is available too. For details see our release here. To start using ts-loader 4:\n\n- When using yarn: yarn add ts-loader@4.1.0 -D\n- When using npm: npm install ts-loader@4.1.0 -D\n\nRemember to use this in concert with the webpack 4. To see a working example take a look at the \"vanilla\" example.\n\nfork-ts-checker-webpack-plugin\n\nThere's more! You may like to use the fork-ts-checker-webpack-plugin, (aka the ts-loader turbo-booster). The webpack compatible version has been released to npm as 0.4.1:\n\n- When using yarn: yarn add fork-ts-checker-webpack-plugin@0.4.1 -D\n- When using npm: npm install fork-ts-checker-webpack-plugin@0.4.1 -D\n\nTo see a working example take a look at the \"fork-ts-checker\" example.",
  "title": "ts-loader 4 / fork-ts-checker-webpack-plugin 0.4"
}