Skip to content

Commit

Permalink
rename file
Browse files Browse the repository at this point in the history
  • Loading branch information
gildas-lormeau committed Sep 25, 2021
1 parent 0ebd8a1 commit 6cd4184
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion rollup.config.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export default [{
plugins: []
}]
}, {
input: ["extension/core/bg/messages.js"],
input: ["extension/core/bg/index.js"],
output: [{
file: "dist/extension-background.js",
format: "iife",
Expand Down
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export default [{
plugins: [terser()]
}]
}, {
input: ["extension/core/bg/messages.js"],
input: ["extension/core/bg/index.js"],
output: [{
file: "dist/extension-background.js",
format: "iife",
Expand Down

0 comments on commit 6cd4184

Please sign in to comment.