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
npm run build hangs forever for Vue3 hello world project when the "Use Babel alongside TypeScript (required for modern mode, auto-detected polyfills, transpiling JSX)" option is checked
#7413
Open
nikita-kov-dev opened this issue
Aug 6, 2023
· 4 comments
Create a project with the following configuration:
Vue CLI v5.0.8
? Please pick a preset: Manually select features
? Check the features needed for your project: Babel, TS, Linter, Unit
? Choose a version of Vue.js that you want to start the project with 3.x
? Use class-style component syntax? Yes
? Use Babel alongside TypeScript (required for modern mode, auto-detected
polyfills, transpiling JSX)? Yes
? Pick a linter / formatter config: Airbnb
? Pick additional lint features: Lint on save
? Pick a unit testing solution: Jest
? Where do you prefer placing config for Babel, ESLint, etc.? In dedicated
config files
? Save this as a preset for future projects? No
The same configuration but with the "? Use Babel alongside TypeScript (required for modern mode, auto-detected
polyfills, transpiling JSX)? No" option works as expected No response
The text was updated successfully, but these errors were encountered:
Vue version
3.3.4
Link to minimal reproduction
https://github.com/nikitaKov91/vue3-reproduction
Steps to reproduce
Create a project with the following configuration:
Vue CLI v5.0.8
? Please pick a preset: Manually select features
? Check the features needed for your project: Babel, TS, Linter, Unit
? Choose a version of Vue.js that you want to start the project with 3.x
? Use class-style component syntax? Yes
? Use Babel alongside TypeScript (required for modern mode, auto-detected
polyfills, transpiling JSX)? Yes
? Pick a linter / formatter config: Airbnb
? Pick additional lint features: Lint on save
? Pick a unit testing solution: Jest
? Where do you prefer placing config for Babel, ESLint, etc.? In dedicated
config files
? Save this as a preset for future projects? No
Run the following command: npm run build
It hangs
What is expected?
The project compiled successfully
What is actually happening?
npm run build hangs
System Info
Any additional comments?
The same configuration but with the "? Use Babel alongside TypeScript (required for modern mode, auto-detected
polyfills, transpiling JSX)? No" option works as expected
No response
The text was updated successfully, but these errors were encountered: