-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Update webpack to version 4.12 #1118
Conversation
I'll update one test in
|
Can I change the cc @Reinmar |
cc @oleq |
I guess so if there's no other way ;-) Why did that thing get broken in the first place, anyway? |
We import position utils, which is a module import * as positionUtils from '@ckeditor/ckeditor5-utils/src/dom/position'; And then we stub the module's export with: const spy = testUtils.sinon.spy( positionUtils, 'getOptimalPosition' ); Which becames invalid now, as |
f923300
to
d47cfc5
Compare
Suggested merge commit message (convention)
Other: Updated webpack to version 4.12.