Jelajahi Sumber

rename file

Gildas 3 tahun lalu
induk
melakukan
24c0b0ffe6

File diff ditekan karena terlalu besar
+ 0 - 0
lib/extension-background.js


+ 0 - 0
lib/extension.js → lib/single-file-extension.js


+ 1 - 1
rollup.config.dev.js

@@ -66,7 +66,7 @@ export default [{
 }, {
 	input: ["src/extension/core/content/content.js"],
 	output: [{
-		file: "lib/extension.js",
+		file: "lib/single-file-extension.js",
 		format: "iife",
 		plugins: []
 	}]

+ 1 - 1
rollup.config.js

@@ -67,7 +67,7 @@ export default [{
 }, {
 	input: ["src/extension/core/content/content.js"],
 	output: [{
-		file: "lib/extension.js",
+		file: "lib/single-file-extension.js",
 		format: "iife",
 		plugins: [terser()]
 	}]

+ 1 - 1
src/extension/core/bg/business.js

@@ -41,7 +41,7 @@ const TASK_PROCESSING_STATE = "processing";
 
 const extensionScriptFiles = [
 	"lib/extension-infobar.js",
-	"lib/extension.js"
+	"lib/single-file-extension.js"
 ];
 
 const tasks = [];

Beberapa file tidak ditampilkan karena terlalu banyak file yang berubah dalam diff ini