Philip McKenna
Results
2
comments of
Philip McKenna
Since this project has the package-lock in source control as well then can you run the npm install and commit the updated package-lock.json. Should help with the travis CI build...
@vsvanshi I ran into a similar issue, however I was able to resolve it by adding to the externals rather than overriding them. `... config.externals = [...config.externals, {whatever you wish...