-
- Downloads
Some more word on the add-in.
I'm still struggling with duplicate event handlers being called, functions exiting early because of this. For now, it appears that the workbook is not loaded because of this, so most things are broken for now.
Showing
- .eslintrc.json 19 additions, 3 deletions.eslintrc.json
- .prettierrc 8 additions, 0 deletions.prettierrc
- package-lock.json 1 addition, 1 deletionpackage-lock.json
- package.json 2 additions, 2 deletionspackage.json
- src/taskpane/taskpane.html 13 additions, 3 deletionssrc/taskpane/taskpane.html
- src/taskpane/taskpane.js 505 additions, 146 deletionssrc/taskpane/taskpane.js
.prettierrc
0 → 100644
... | @@ -37,7 +37,7 @@ | ... | @@ -37,7 +37,7 @@ |
"acorn": "^8.11.3", | "acorn": "^8.11.3", | ||
"babel-loader": "^9.1.3", | "babel-loader": "^9.1.3", | ||
"copy-webpack-plugin": "^12.0.2", | "copy-webpack-plugin": "^12.0.2", | ||
"eslint-plugin-office-addins": "^3.0.2", | "eslint-plugin-office-addins": "^3.0.3", | ||
"file-loader": "^6.2.0", | "file-loader": "^6.2.0", | ||
"html-loader": "^5.0.0", | "html-loader": "^5.0.0", | ||
"html-webpack-plugin": "^5.6.0", | "html-webpack-plugin": "^5.6.0", | ||
... | @@ -59,4 +59,4 @@ | ... | @@ -59,4 +59,4 @@ |
"last 2 versions", | "last 2 versions", | ||
"ie 11" | "ie 11" | ||
] | ] | ||
} | } | ||
\ No newline at end of file |
This diff is collapsed.
Please register or sign in to comment