Skip to content

Commit

Permalink
Turn off type checking for builds
Browse files Browse the repository at this point in the history
  • Loading branch information
kilbot committed Jun 21, 2023
1 parent 5e58a3b commit a05f78d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/analytics/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ module.exports = function (_env, argv) {
extensions: ['.tsx', '.ts', '.js'],
},
plugins: [
new ForkTsCheckerWebpackPlugin(),
// new ForkTsCheckerWebpackPlugin(),
// new ESLintPlugin({
// extensions: ["js", "jsx", "ts", "tsx"],
// }),
Expand Down
2 changes: 1 addition & 1 deletion packages/settings/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ module.exports = function (_env, argv) {
extensions: ['.tsx', '.ts', '.js'],
},
plugins: [
new ForkTsCheckerWebpackPlugin(),
// new ForkTsCheckerWebpackPlugin(),
// new ESLintPlugin({
// extensions: ["js", "jsx", "ts", "tsx"],
// }),
Expand Down

0 comments on commit a05f78d

Please sign in to comment.