@@ -44,6 +44,14 @@ export default [{
format: "iife",
plugins: []
}]
+}, {
+ input: ["extension/index.js"],
+ output: [{
+ file: "dist/extension-core.js",
+ format: "umd",
+ name: "extension",
+ plugins: []
+ }]
}, {
input: ["extension/core/content/content.js"],
output: [{
@@ -46,6 +46,14 @@ export default [{
plugins: [terser()]
+ plugins: [terser()]