Skip to content
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

Support options.skiplist (=[]) #115

Open
sushantdhiman opened this issue Sep 27, 2021 · 0 comments
Open

Support options.skiplist (=[]) #115

sushantdhiman opened this issue Sep 27, 2021 · 0 comments

Comments

@sushantdhiman
Copy link

Background

When bundling for server-less environment, cost of doing multiple require is too high. This plugin allows me to bundle code as a single file. I would like to bundle all node modules in same file, but skip a few of them, which don't support bundling.

Feature Request

There should be an option to include all node modules while skipping some of them with options.skiplist (=[]).

Currently as a work-around I am using negative look-ahead in allowlist, to skip some node modules while keeping everything else in same file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant