OfficeDev / OfficeDev/Office-Addin-Scripts
CustomFunctionsMetadataPlugin ERROR in Conflict: Multiple assets emit different content to the same filename
Open
@grangeryy is already working on this.
Since Jul 22, 2024.
Needs attention :wave:
- Dominant language
- TypeScript
- Stars
- 194
- Forks
- 117
- Avg merge
- 1d 32m
- Merged PRs (30d)
- 2
Description
Using "custom-functions-metadata-plugin": "^1.5.3".
In webpack watch mode when I modify my functions.ts which is processed by
new CustomFunctionsMetadataPlugin({
input: "./scripts/office-js-addin/src/functions/functions.ts",
output: "dist/functions.json"
})
I get the error
ERROR in Conflict: Multiple assets emit different content to the same filename dist/functionsTest.json
I do not have anything else writing to dist/functionsTest.json
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.