Change admin ui plugin from using IIFE to esm#717
Conversation
8278c4c to
09e8221
Compare
|
Also added a sortOrder to nav items so that the plugin-injected side navigation items can be displayed anywhere in the side nav |
587599f to
339cd14
Compare
|
@pozylon I changed my mind on this. Earlier, I was leaning toward the IIFE approach because it was simpler, and ESM kept running into issues I couldn't explain. But after digging deeper, those turned out to be a Next.js build/dev cache bug that affects the IIFE branch too. ESM was never the real issue. IIFE is simpler to get started with, but I think ESM is simpler to live with. The migration is already done, please review and merge :) |
21c122b to
20908ef
Compare
…ugin projects are reflected
…on handshake, duplicate-name dedupe, and plugin author docs
20908ef to
d78021b
Compare
No description provided.