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
When I create a project with vue init webpack, I npm install then I build the project with npm run build, the project is built in a dist folder, instead of at the root of my project.
I'm using vue-cli 2.5.1 and macOS 10.12.1. I was able to reproduce the bug twice.
Here's the configuration I'm using :
? Generate project in current directory? Yes
? Vue build standalone
? Use ESLint to lint your code? Yes
? Pick an ESLint preset AirBNB
? Setup unit tests with Karma + Mocha? No
? Setup e2e tests with Nightwatch? No