0
I need to transpose a project because it uses scss, typescript and Es6
The correct thing is to make the Bundle only for the build or I can/should run a task every time I change the code?
I would like to know how it is in the market. If it is common to generate Bundle during development, to see the application working or another practice is adopted.
You accurate generate a project to have the project running on site?
– Woss
Not necessarily. I can set up a server with Babel. I would still have to compile scss. But I wanted to know what the common practice is in companies and development teams. Particularly I think that generating Bundle would help detect failures in transpilation, but would hinder debugging
– user161306