-
-
Notifications
You must be signed in to change notification settings - Fork 391
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
Fix webpack build process #934
Conversation
Is there any alternate way to manually define to ignore the warning. |
That package was added to the PR to prevent the warning from express. However, it also stops webpack from bundling necessary dependencies needed by the extension. This is why that error with
Why do we need an alternative way? According to the docs, |
Okay thanks. I will test more scenarios after creating the package and let you know if there is any error. |
I have tested it, it still doesnt working. same error |
@shanalikhan After cloning |
Do you want me to try to portable version as well ? I dont think the code difference will make any impact |
@shanalikhan Have you tried cloning it again before doing those steps?
or
|
Found it working, need to create package as root user ( although never build using that ). |
Short description of what this resolves:
This PR fixes issues with modules not being bundled.
Changes proposed in this pull request:
webpack-node-externals
How Has This Been Tested?
Tested by building and installing extension VSIX file.
Checklist: