Skip to content

Commit

Permalink
Temporary disable types plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Machy8 committed Jan 6, 2022
1 parent cab01f1 commit 602e074
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/Build/BuildConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -202,9 +202,9 @@ class BuildConfig {
];

if (!this.isDevMode) {
if (!plugins.includes(typesPlugin)) {
plugins.unshift(typesPlugin(this.config.packageName));
}
// if (!plugins.includes(typesPlugin)) {
// plugins.unshift(typesPlugin(this.config.packageName));
// }

if (config.terser) {
plugins.push(
Expand Down

0 comments on commit 602e074

Please sign in to comment.