Sv443 преди 1 година
родител
ревизия
e58f3eb57a
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 2 1
      webpack.config.js

+ 2 - 1
webpack.config.js

@@ -24,7 +24,8 @@ const getConfig = (env) => ({
   entry: "./src/index.ts",
   output,
   experiments: {
-    // userscripts are automatically wrapped in an IIFE by the browser extension, so this can be enabled
+    // userscripts are automatically wrapped in an IIFE by the browser extension,
+    // also all modern browsers support ESM so this can safely be enabled
     outputModule: true,
   },
   mode: env.mode ?? defaultMode,