Sv443 hace 1 año
padre
commit
d69735e8fb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/tools/post-build.ts

+ 1 - 1
src/tools/post-build.ts

@@ -17,7 +17,7 @@ const matchDirectives = matchUrls.reduce((a, c, i) => a + `// @match           $
 
 const header = `\
 // ==UserScript==
-// @name            ${pkg.userscriptName}${process.env["NODE_ENV"] === "production" ? "" : "-experimental"}
+// @name            ${pkg.userscriptName}
 // @homepageURL     ${pkg.homepage}#readme
 // @namespace       ${pkg.homepage}
 // @version         ${pkg.version}