Reason why using WebPack when creating the project #22
-
Can I ask a stupid question? Why is the tool including WebPack when creating the project? Wouldn't it be more flexible if only Typescript is included and leave the decision over the other tools to the user? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Using webpacks gives you more control over the output; hence my intention was to create a standard template for the Dataverse TypeScript project. Any reason you would want to use only TypeScript without webpack? |
Beta Was this translation helpful? Give feedback.
-
@cfernandezcsp & @filcole - what do you think about a feature where the tool allows you to select from an option if you would like to create a project with some bundling tool or just plan TS. And I can keep adding support for the new bundling tool in future releases. |
Beta Was this translation helpful? Give feedback.
Using webpacks gives you more control over the output; hence my intention was to create a standard template for the Dataverse TypeScript project. Any reason you would want to use only TypeScript without webpack?