소스 검색

ref!: rename entrypoint

Sv443 1 년 전
부모
커밋
125e1de4b9
2개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 0
      src/index.ts
  2. 1 1
      webpack.config.js

+ 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 */
 const getConfig = (env) => ({
-  entry: "./src/BetterYTM.user.ts",
+  entry: "./src/index.ts",
   output,
   experiments: {
     // userscripts are automatically wrapped in an IIFE by the browser extension, so this can be enabled