You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
A nice way to group your resources after compilation, is through folders such as fonts, images, js, css
Describe the solution you'd like
Output js modules/bundles into a js directory in dist
Describe alternatives you've considered
N/A
Additional context
The text was updated successfully, but these errors were encountered:
This is probably a good first contribution issue, right? To bundle into a folder, you can set output file to myfolder/[name].js, for instance. Reference here
Intriguing. Can you elaborate on this a bit?
Not setting sourcemaps can speed up production builds if you don't need source maps for debugging in production or more files in your created application
Is your feature request related to a problem? Please describe.
A nice way to group your resources after compilation, is through folders such as
fonts
,images
,js
,css
Describe the solution you'd like
Output js modules/bundles into a
js
directory indist
Describe alternatives you've considered
N/A
Additional context
The text was updated successfully, but these errors were encountered: