-
Notifications
You must be signed in to change notification settings - Fork 356
feat(library-builder): builder #3609
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
base: develop
Are you sure you want to change the base?
Conversation
|
||
const exports = await fineComponents(resolve(cwd, entry)) | ||
|
||
const componentsNameRegex = new RegExp(options.componentsNamePattern || '\w*') |
Check failure
Code scanning / CodeQL
Useless regular-expression character escape
const exports = await fineComponents(resolve(cwd, entry)) | ||
|
||
const componentsNameRegex = new RegExp(options.componentsNamePattern || '\w*') | ||
const composablesNameRegex = new RegExp(options.composablesNamePattern || 'use\w*') |
Check failure
Code scanning / CodeQL
Useless regular-expression character escape
I decided I don't need this ASAP, so we can put it on hold. After 1.8.0 some of the plugins will be updated, to fix VaLayout issue. Make sure to update this PR as well. |
This PR actually reduces bundle size fixing lodash issues, lol. Need to be finished. |
closes #3305
Builds: