You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
peerDependencies dont get installed, but rather warns in both npm and yarn afaik. Thinking this should be marked as a dependency.
It is strange that this issue occurred though. Webpack itself marks tapable as a dependency, and as this is a webpack plugin, this package should have resolved... Must be something else at play.
Attempting to use this plugin. When I add the plugin to the webpack plugins, I get the following error when running
webpack-dev-server
:TypeError: SyncWaterfallHook is not a constructor at URLImportPlugin.apply ...\node_modules\webpack-external-import\webpack\index.js:373:58
Any suggestions as to where to look?
The text was updated successfully, but these errors were encountered: