-
Notifications
You must be signed in to change notification settings - Fork 191
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add core entry for node usage #310
Conversation
@Dsaquel is attempting to deploy a commit to the vuejs Team on Vercel. A member of the Team first needs to authorize it. |
06a2e36
to
41d770d
Compare
commit: |
c6944e5
to
1255f8a
Compare
🤔 I wonder if there will be duplicate content in |
Yes, you right we will have deduplicate imports in the bundled directory and that's normal i think. |
Rollup's I mean maybe we can split vue-repl.js . but that's a big change 🤔 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
add new entries to import
compileFile
resolve #304
edit: realised that we couldve import more utilities besides
compileFile
, thats why i created a new export entrycore.ts
. The name might be not appropriated though