Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
@yeevy
Copy link

yeevy commented May 7, 2020

Hi,

The code must have changed recently as this advice wasn't working for me, I had to tweak and host my own patch.

-- a/view/base/requirejs-config.js	2019-10-17 10:01:02.082764376 +0200
+++ b/view/base/requirejs-config.js	2019-10-17 09:56:53.436000000 +0200
@@ -47,7 +47,8 @@
         'tinymce': 'tiny_mce/tiny_mce_src'
     },
     'deps': [
-        'jquery/jquery-migrate'
+        'jquery/jquery-migrate',
+        'jquery/jquery.cookie'
     ],
     'config': {
         'mixins': {

Thanks for mentioning composer-patches, that's going to come in handy a lot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment