We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3373b52 + 0b99dcf commit 8bce60fCopy full SHA for 8bce60f
README.md
@@ -16,15 +16,10 @@ var ForkTsCheckerWebpackPlugin = require('fork-ts-checker-webpack-plugin');
16
var webpackConfig = {
17
context: __dirname, // to automatically find tsconfig.json
18
entry: './src/index.ts',
19
- output: {
20
- path: 'dist',
21
- filename: 'index.js'
22
- },
23
module: {
24
rules: [
25
{
26
test: /\.tsx?$/,
27
- include: './src',
28
loader: 'ts-loader',
29
options: {
30
// disable type checker - we will use it in fork plugin
0 commit comments