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
Hi there ! First of all, I want to say that this problem seems to be Webpack related so it is possible that there is nothing you can do :)
Depending on which file I import from the module I get the following error : "No createObjectURL function found to create blob url".
If I import ui-cropper simply by importing the module and injecting it, I get the error.
ui-cropper
import uiCropper from 'ui-cropper'; angular.module('myModule', [uiCropper]);
But if I import directly the unminimified compiled file, everything seems to work fine :
import 'ui-cropper/compile/unminified/ui-cropper'; angular.module('myModule', ['uiCropper']);
I did not do a lot of tests about it so I am unsure where the problem is coming from but I figured I should bring it up to you.
My environment :
Let me know if you can reproduce it.
The text was updated successfully, but these errors were encountered:
personally I don't use webpack with that cropper, so I can't help you.
Sorry, something went wrong.
Ok ! I was wondering it may come from the ES6 module export from the module or if it was from my webpack config.
we don't have any ES6 code in the plugin, I haven't checked the submodules which we use.
Seems to be a duplicate of #84
No branches or pull requests
Hi there !
First of all, I want to say that this problem seems to be Webpack related so it is possible that there is nothing you can do :)
Depending on which file I import from the module I get the following error : "No createObjectURL function found to create blob url".
If I import
ui-cropper
simply by importing the module and injecting it, I get the error.But if I import directly the unminimified compiled file, everything seems to work fine :
I did not do a lot of tests about it so I am unsure where the problem is coming from but I figured I should bring it up to you.
My environment :
Let me know if you can reproduce it.
The text was updated successfully, but these errors were encountered: