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
I want to make two bundles in the dist directory using different config options. I wanted to do this by using an env var in the vue.config.js overrides, but the service scripts removes the dist directory each build.
What does the proposed API look like?
Add an option to stop the dist directory being removed:
yarn build --no-clean
The text was updated successfully, but these errors were encountered:
What problem does this feature solve?
I want to make two bundles in the dist directory using different config options. I wanted to do this by using an env var in the vue.config.js overrides, but the service scripts removes the dist directory each build.
What does the proposed API look like?
Add an option to stop the dist directory being removed:
yarn build --no-clean
The text was updated successfully, but these errors were encountered: