a919d18ea7
The third_party folder is compiled with tsc and then rolled up in-place. This means that the next build might try to compile the file that has been rolled up leading to build errors. It seems the safest solution is to always rebuild third_party folder as the size is relatively small. |
||
---|---|---|
.. | ||
src | ||
third_party | ||
tools | ||
.gitignore | ||
api-extractor.json | ||
CHANGELOG.md | ||
package.json | ||
rollup.third_party.config.js | ||
tsconfig.json |