-
Notifications
You must be signed in to change notification settings - Fork 921
New issue
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
Why couldn't I register the imageResize module? #224
Comments
In ES6 Modules you may need to explicitly import the named export
|
@alexkrolick thanks, I've tried that too, still doesn't work |
Does this fix your problem? kensnyder/quill-image-resize-module#7 (comment) |
@alexkrolick Thanks man it works! I had to follow @jspaine and @madsnedergaard 's answers webpack.config.js:
Component.js:
|
SyntaxError: Unexpected token } |
I get the same error, don't know what should be input in that key "query", I check the webpack config, but didn't find anything related to "query". @SeunghunSunmoonLee |
Did anybody figure out the query: {...} error? Am I putting this in the wrong webpack.config.js file? In the wrong place in that file? Any other ideas? |
It was supposed to be a placeholder for whatever other config you have for babel-loader, but if you don't have Or in other words just add the |
People who are having difficulty using the quill image resize module with ANGULAR-CLI e ANGULAR 2+ terminal
angular-cli.json
Componente.ts
Componente.html |
viniciusaugutis, thank you!!! |
im not using webpack, anyone know how to configure this with craco? |
for those who are not using webpack kensnyder/quill-image-resize-module#7 (comment) |
Quill version:
1.0.0 rc3
After installing
quill-image-resize-module
, I did the following, yet it shows up an error ofTypeError: Cannot read property 'imports' of undefined
The text was updated successfully, but these errors were encountered: