diff --git a/gulpfile.mjs b/gulpfile.mjs index fddb74b3b..0c53f9031 100644 --- a/gulpfile.mjs +++ b/gulpfile.mjs @@ -362,6 +362,9 @@ function createWebpackConfig( // V8 chokes on very long sequences, work around that. sequences: false, }, + format: { + comments: /@lic|webpackIgnore|@vite-ignore/i, + }, keep_classnames: true, keep_fnames: true, module: isModule,