Bladeren bron

rename file

Gildas 3 jaren geleden
bovenliggende
commit
24c0b0ffe6
5 gewijzigde bestanden met toevoegingen van 3 en 3 verwijderingen
  1. 0 0
      lib/extension-background.js
  2. 0 0
      lib/single-file-extension.js
  3. 1 1
      rollup.config.dev.js
  4. 1 1
      rollup.config.js
  5. 1 1
      src/extension/core/bg/business.js

File diff suppressed because it is too large
+ 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 = [];

Some files were not shown because too many files changed in this diff