Skip to content

Commit

Permalink
remove obsolete file
Browse files Browse the repository at this point in the history
  • Loading branch information
gildas-lormeau committed Jun 15, 2022
1 parent 7b08120 commit ed48b1a
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 58 deletions.
1 change: 0 additions & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@
}
},
"web_accessible_resources": [
"lib/single-file-hooks.js",
"lib/single-file-hooks-frames.js",
"lib/single-file-infobar.js",
"lib/single-file-extension-editor-init.js",
Expand Down
9 changes: 0 additions & 9 deletions rollup.config.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,6 @@ export default [{
}],
plugins: PLUGINS,
external: EXTERNAL
}, {
input: ["single-filez-core/single-file-hooks.js"],
output: [{
file: "lib/single-file-hooks.js",
format: "iife",
plugins: []
}],
plugins: PLUGINS,
external: EXTERNAL
}, {
input: ["single-filez-core/single-file-hooks-frames.js"],
output: [{
Expand Down
9 changes: 0 additions & 9 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,6 @@ export default [{
}],
plugins: PLUGINS,
external: EXTERNAL
}, {
input: ["single-filez-core/single-file-hooks.js"],
output: [{
file: "lib/single-file-hooks.js",
format: "iife",
plugins: [terser()]
}],
plugins: PLUGINS,
external: EXTERNAL
}, {
input: ["single-filez-core/single-file-hooks-frames.js"],
output: [{
Expand Down

This file was deleted.

0 comments on commit ed48b1a

Please sign in to comment.