gloriasoft / veaury

Use React in Vue3 and Vue3 in React, And as perfect as possible!
MIT License
1.31k stars 83 forks source link

Your react_ app is the folder? #11

Closed h7ml closed 2 years ago

h7ml commented 2 years ago

image image

devilwjp commented 2 years ago

@h7ml The scope is any directory named react_app. For example, 'src/pages/aaa/react_app', another example, 'src/react_app', etc. Don't configure react_app in alias, because veaury/babelPreset has already done related internal configuration.

h7ml commented 2 years ago

The scope is any directory named react_app. For example, 'src/pages/aaa/react_app', another example, 'src/react_app', etc. Don't configure react_app in alias, because veaury/babelPreset has already done related internal configuration.

Thank you very much