-
Notifications
You must be signed in to change notification settings - Fork 23
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
options.excludes does not seem to be working. #73
Comments
does it make any difference if you start the excludes like |
Tried it, it makes no difference. |
some things to try:
I'm guessing webpack is a "virtual" module that doesn't actually exist as a file (since there's no extension in there), but exists as a module inside the code, either as a non static import, or lazy loaded |
I'm transpiling into A solution I have found is to use a feature in
|
Try to use the file extension name under As example:
or
I tried to use the directory path then it's not working. But it should work. |
The text was updated successfully, but these errors were encountered: