Load word-count and do not allow our wp-utils script to clobber it#1571
Conversation
|
There is a cleaner way to fix this, especially given that these two things will probably eventually be merged into
Also I think it's a bit weird that as a result of this PR, our utilities would be accessed via |
|
Until everything that lives in |
|
@nylen any suggestions for how we "add wp-utils as a dependency of word-count."? Do you mean in the webpack config? |
68f6755 to
f43c8e9
Compare
As done in f43c8e9. To test, load the plugin and verify that
It doesn't quite mean that, because we will only add the As discussed in Slack, I expect the longer-term way to resolve this will be to make |
word-count and do not allow our wp-utils script to clobber it
|
This was not in the right place the first time around. Amended in b41ff21. |
…utils" This reverts commit e88f869ca6de31f2697405404b8dd4260b1761a3.
…utils" This reverts commit e88f869ca6de31f2697405404b8dd4260b1761a3.
|
I've reverted the changes to the folder names. Thanks for your insight and help on this @nylen ! |
Renaming the
utilstoutils-gbto avoid overidding the `wp.utils' object. Fixes #1569