agoldis / webpack-require-from

Webpack plugin that allows to configure path or URL for fetching dynamic imports
MIT License
192 stars 31 forks source link

Repo says there's no dependencies but the package.json lists a peer dependency #103

Open danparm opened 1 year ago

danparm commented 1 year ago

Is tapable actually a required dependency? We see this warning when we run npm install but don't appear to have any issues. Looking for clarification. image