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
I am beginning to setup a project to use croppr.js where app is bundled with Webpack, but keep running into the following error when webpack runs:
croppr.js
ERROR in ./node_modules/croppr/dist/croppr.js Module build failed: Error: Couldn't find preset "es2015-rollup" relative to directory
When I do add "babel-preset-es2015-rollup": "^3.0.0", to my package.json file, I then run into issues with babelHelpers.
"babel-preset-es2015-rollup": "^3.0.0",
package.json
babelHelpers
Has anyone else been able to successfully bundle Croppr.js with webpack?
Node version: 8.9.4 Webpack: 3.12
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am beginning to setup a project to use
croppr.js
where app is bundled with Webpack, but keep running into the following error when webpack runs:When I do add
"babel-preset-es2015-rollup": "^3.0.0",
to mypackage.json
file, I then run into issues withbabelHelpers
.Has anyone else been able to successfully bundle Croppr.js with webpack?
Node version: 8.9.4
Webpack: 3.12
The text was updated successfully, but these errors were encountered: