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
Vue CLI 5 now relies on Webpack 5 and leverage assets with asset-modules https://webpack.js.org/guides/asset-modules/
This new module seems to simplify the configuration but as far as I know it is impossible to customize "assetModuleFilename" property with Vue CLI.
It could be useful to only modify the asset ouput base directory rather than having to modify them for each single loader.
What does the proposed API look like?
Allow the following configuration:
ouput: {assetModuleFilename}
The text was updated successfully, but these errors were encountered:
What problem does this feature solve?
Vue CLI 5 now relies on Webpack 5 and leverage assets with asset-modules https://webpack.js.org/guides/asset-modules/
This new module seems to simplify the configuration but as far as I know it is impossible to customize "assetModuleFilename" property with Vue CLI.
It could be useful to only modify the asset ouput base directory rather than having to modify them for each single loader.
What does the proposed API look like?
Allow the following configuration:
The text was updated successfully, but these errors were encountered: