Skip to content

Commit 3727667

Browse files
authored
Automatically generate custom functions metadata (#111)
* Use webpack CustomFunctionsMetadataPlugin to generate functions.json. * move CustomFunctions.associate() after each function.
1 parent f9a40ca commit 3727667

File tree

5 files changed

+235
-144
lines changed

5 files changed

+235
-144
lines changed

package-lock.json

Lines changed: 219 additions & 41 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@
2929
},
3030
"dependencies": {},
3131
"devDependencies": {
32-
"@types/custom-functions-runtime": "^1.4.10",
33-
"@types/jquery": "^3.3.22",
32+
"@types/custom-functions-runtime": "^1.4.11",
3433
"@types/office-js": "0.0.170",
3534
"@types/office-runtime": "^1.0.7",
3635
"babel-core": "^6.26.0",
@@ -39,15 +38,16 @@
3938
"babel-preset-env": "^1.6.1",
4039
"clean-webpack-plugin": "^1.0.1",
4140
"copy-webpack-plugin": "^4.6.0",
41+
"custom-functions-metadata-plugin": "0.0.16",
4242
"file-loader": "^3.0.1",
4343
"fs": "0.0.1-security",
4444
"html-loader": "^0.5.5",
4545
"html-webpack-plugin": "^3.2.0",
46-
"office-addin-debugging": "^2.1.3",
46+
"office-addin-debugging": "^2.1.5",
4747
"office-addin-dev-certs": "0.0.2",
4848
"office-toolbox": "^0.1.1",
4949
"source-map-loader": "^0.2.4",
50-
"ts-loader": "^5.3.1",
50+
"ts-loader": "^5.3.3",
5151
"typescript": "^3.3.3",
5252
"webpack": "^4.29.6",
5353
"webpack-cli": "^3.2.3",

0 commit comments

Comments
 (0)