Parcourir la source

ref: comments again

Sv443 il y a 1 an
Parent
commit
e58f3eb57a
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  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,