{
  "$type": "site.standard.document",
  "canonicalUrl": "https://johnnyreilly.com/posts/webpack-4-ts-loader-fork-ts-checker",
  "description": "The TypeScript ts-loader beta to work with webpack 4 is now available, along with the fork-ts-checker-webpack-plugin, which complements ts-loader.",
  "path": "/posts/webpack-4-ts-loader-fork-ts-checker",
  "publishedAt": "2018-01-28T00:00:00.000Z",
  "site": "at://did:plc:yy3apqjlms24kso7ahn7lbmb/site.standard.publication/3mova7c4nho2b",
  "tags": [
    "fork-ts-checker-webpack-plugin",
    "ts-loader",
    "webpack"
  ],
  "textContent": "The first webpack 4 beta dropped on Friday. Very exciting! Following hot on the heels of those announcements, I've some news to share too. Can you guess what it is?\n\n\n\nts-loader\n\nYes! The ts-loader beta to work with webpack 4 is available. To get hold of the beta:\n\n- When using yarn: yarn add ts-loader@4.0.0-beta.0 -D\n- When using npm: npm install ts-loader@4.0.0-beta.0 -D\n\nRemember to use this in concert with the webpack 4 beta. 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, (which goes lovely with ts-loader and a biscuit). There is a beta available for that too:\n\n- When using yarn: yarn add johnnyreilly/fork-ts-checker-webpack-plugin#4.0.0-beta.1 -D\n- When using npm: npm install johnnyreilly/fork-ts-checker-webpack-plugin#4.0.0-beta.1 -D\n\nTo see a working example take a look at the \"fork-ts-checker\" example.\n\nPRs\n\nIf you would like to track the progress of these betas then I encourage you to take a look at the PRs they were built from. The ts-loader PR can be found here. The fork-ts-checker-webpack-plugin PR can be found here.\n\nThese are betas so things may change further; though hopefully not significantly.",
  "title": "webpack 4 - ts-loader / fork-ts-checker-webpack-plugin betas"
}