From b9b39a7407c475a486a2d1b2459196e4a8d58003 Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Mon, 14 Feb 2022 23:27:48 -0500 Subject: [PATCH] Removes unneeded ignores --- webpack.config.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/webpack.config.js b/webpack.config.js index 6babef7..17d587f 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -124,7 +124,6 @@ function getExtensionConfig(target, mode, env) { terserOptions: { // @ts-ignore drop: ['debugger'], - // @ts-ignore format: 'cjs', minify: true, treeShaking: true, @@ -139,7 +138,6 @@ function getExtensionConfig(target, mode, env) { }, extractComments: false, parallel: true, - // @ts-ignore terserOptions: { ecma: 2020, // Keep the class names otherwise @log won't provide a useful name