Add minimal add-in playgrounds and orchestrator
This commit is contained in:
@@ -19,6 +19,7 @@ module.exports = async (env, options) => {
|
||||
entry: {
|
||||
polyfill: ["core-js/stable", "regenerator-runtime/runtime"],
|
||||
taskpane: ["./src/taskpane/taskpane.js", "./src/taskpane/taskpane.html"],
|
||||
createfolder: ["./src/taskpane/createFolder/createFolder.js", "./src/taskpane/createFolder/createFolder.html"],
|
||||
commands: "./src/commands/commands.js",
|
||||
},
|
||||
output: {
|
||||
@@ -56,6 +57,11 @@ module.exports = async (env, options) => {
|
||||
template: "./src/taskpane/taskpane.html",
|
||||
chunks: ["polyfill", "taskpane"],
|
||||
}),
|
||||
new HtmlWebpackPlugin({
|
||||
filename: "createFolder.html",
|
||||
template: "./src/taskpane/createFolder/createFolder.html",
|
||||
chunks: ["polyfill", "createfolder"],
|
||||
}),
|
||||
new CopyWebpackPlugin({
|
||||
patterns: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user