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
Currently we don't look for output.chunkFileNames, or related rollup config options before outputting transformed files - we should do this as it will allow users to leverage existing rollup knowledge to output files in the user wants to.
Acceptance Criteria
Investigate what rollup config options affect how files are output (including their names) and document them here.
Closing this since rollup will take care of handling what needs to be done for output files - There are currently no conflicts with the rollup's currently defined output options that could interfere with the content generated by the [rollup-plugin-sass] plugin.
Currently we don't look for
output.chunkFileNames
, or related rollup config options before outputting transformed files - we should do this as it will allow users to leverage existing rollup knowledge to output files in the user wants to.Acceptance Criteria
Investigate what rollup config options affect how files are output (including their names) and document them here.
Some options that immediately stick out:
output.entryFileNames
output.chunkFileNames
output.preserveModulesRoot
Resources:
https://rollupjs.org/configuration-options
Related issue: #65 .
The text was updated successfully, but these errors were encountered: