-
Notifications
You must be signed in to change notification settings - Fork 11
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
Error with WebPack #1
Comments
Hello watch my these videos hopefully this issue will fix |
I did watch your videos and tried to implement but still the same error occurs. Package.json and webpack config files are also same but the angular and all other cdkeditor package versions are different apart from that I don't see any other differences. |
reason behind this version mismatch , try with same versions , when you try delete node module run nmp instal |
this is the package file for custom build { do you see anything wrong in there ? |
I am adding the webpack congig file as well : /**
'use strict'; /* eslint-env node */ const path = require( 'path' ); module.exports = {
}; |
Hi @DevBugFix
I am trying to run this project and I am having this error.
**/node_modules/@ckeditor/ckeditor5-core/theme/icons/image.svg:1:0 - Error: Module parse failed: Unexpected token (1:0)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
Could you please let me know how to resolve this ?
Thank you!
The text was updated successfully, but these errors were encountered: