|
@@ -56,6 +56,17 @@ module.exports = {
|
|
from: "./Extensions/combined/manifest-firefox.json",
|
|
from: "./Extensions/combined/manifest-firefox.json",
|
|
to: "./firefox/manifest.json",
|
|
to: "./firefox/manifest.json",
|
|
},
|
|
},
|
|
|
|
+ {
|
|
|
|
+ from: "./Extensions/combined",
|
|
|
|
+ to: "./safari",
|
|
|
|
+ globOptions: {
|
|
|
|
+ ignore: ignorePatterns,
|
|
|
|
+ },
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ from: "./Extensions/combined/manifest-safari.json",
|
|
|
|
+ to: "./safari/manifest.json",
|
|
|
|
+ },
|
|
],
|
|
],
|
|
}),
|
|
}),
|
|
new FileManagerPlugin({
|
|
new FileManagerPlugin({
|
|
@@ -70,6 +81,10 @@ module.exports = {
|
|
source: "./Extensions/combined/dist/**.js",
|
|
source: "./Extensions/combined/dist/**.js",
|
|
destination: "./Extensions/combined/dist/chrome/",
|
|
destination: "./Extensions/combined/dist/chrome/",
|
|
},
|
|
},
|
|
|
|
+ {
|
|
|
|
+ source: "./Extensions/combined/dist/**.js",
|
|
|
|
+ destination: "./Extensions/combined/dist/safari/",
|
|
|
|
+ },
|
|
],
|
|
],
|
|
},
|
|
},
|
|
},
|
|
},
|