1
0
Sv443 1 жил өмнө
parent
commit
4a5edc5724

+ 0 - 0
src/BetterYTM.user.ts → src/index.ts


+ 1 - 1
webpack.config.js

@@ -21,7 +21,7 @@ const output = {
 
 
 /** @param {import("./src/types").WebpackEnv} env */
 /** @param {import("./src/types").WebpackEnv} env */
 const getConfig = (env) => ({
 const getConfig = (env) => ({
-  entry: "./src/BetterYTM.user.ts",
+  entry: "./src/index.ts",
   output,
   output,
   experiments: {
   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, so this can be enabled