Skip to content

Commit f1c8c1c

Browse files
committed
fix: ts-checker-rspack-plugin
1 parent 330de39 commit f1c8c1c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

rspack/ts-checker-rspack-plugin/rspack.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ const { defineConfig } = require('@rspack/cli');
22
const { TsCheckerRspackPlugin } = require('ts-checker-rspack-plugin');
33

44
module.exports = defineConfig({
5+
entry: "./src/index.ts",
56
plugins: [new TsCheckerRspackPlugin()],
67
module: {
78
rules: [

0 commit comments

Comments
 (0)