We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Yup! When I tried adding 'dynamic-cdn-webpack-plugin' to my project, it causes webpack to crash trying to require in a dependency.
'dynamic-cdn-webpack-plugin'
Please find a minimal recreation here: https://github.com/wingsbob/dynamic-cdn-webpack-plugin-issue
npm ls dynamic-cdn-webpack-plugin [email protected] project root `-- [email protected]
npm ls webpack [email protected] project root `-- [email protected]
require('dynamic-cdn-webpack-plugin')?
require('dynamic-cdn-webpack-plugin')
Webpack runs 🤷♂
Webpack crashes with
Error: Cannot find module 'babel-runtime/core-js/object/values'
This happens on requiring 'dynamic-cdn-webpack-plugin'
https://github.com/wingsbob/dynamic-cdn-webpack-plugin-issue
Instructions in the readme.
The text was updated successfully, but these errors were encountered:
Hi,
We have fixed this issue on our master branch but haven't released a new version yet.
For the time being you can fix this by installing babel-runtime,
babel-runtime
npm i -D babel-runtime
Sorry, something went wrong.
Do you have any timeline on when you'll be releasing a new version? 😄
This issue still exists! When are you planning a release??
No branches or pull requests
Is this a bug report?
Yup! When I tried adding
'dynamic-cdn-webpack-plugin'
to my project, it causes webpack to crash trying to require in a dependency.Please find a minimal recreation here: https://github.com/wingsbob/dynamic-cdn-webpack-plugin-issue
Environment
Steps to Reproduce
require('dynamic-cdn-webpack-plugin')
?Expected Behavior
Webpack runs 🤷♂
Actual Behavior
Webpack crashes with
This happens on requiring
'dynamic-cdn-webpack-plugin'
Reproducible Demo
https://github.com/wingsbob/dynamic-cdn-webpack-plugin-issue
Instructions in the readme.
The text was updated successfully, but these errors were encountered: