diff --git a/package.json b/package.json index 0849862..6a1bc98 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "yomikiru", "productName": "Yomikiru", - "version": "2.19.1", + "version": "2.19.2", "description": "An offline desktop reader for manga, comics, and novels. Offers a customizable reading experience with extensive settings, shortcuts, themes and layouts.", "main": ".webpack/main", "author": { diff --git a/webpack.plugins.ts b/webpack.plugins.ts index ca9f93e..f689004 100644 --- a/webpack.plugins.ts +++ b/webpack.plugins.ts @@ -4,8 +4,8 @@ import { IgnorePlugin } from "webpack"; const ForkTsCheckerWebpackPlugin: typeof IForkTsCheckerWebpackPlugin = require("fork-ts-checker-webpack-plugin"); export const plugins = [ - // new ForkTsCheckerWebpackPlugin({ - // logger: "webpack-infrastructure", - // }), + new ForkTsCheckerWebpackPlugin({ + logger: "webpack-infrastructure", + }), new IgnorePlugin({ resourceRegExp: /^fsevents$/ }), ];