Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mienaiyami committed Jan 27, 2024
1 parent ab37db8 commit 75c0772
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
6 changes: 3 additions & 3 deletions webpack.plugins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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$/ }),
];

0 comments on commit 75c0772

Please sign in to comment.