Aekiro
There is a definitely an issue with the plugins revolving around the new modules mode of C3. If you have a project using classic js file loading it all works, but if you switch to import mode it fails when you export it. This can be seen I believe in all the exports, but you can see it in the HTML one pretty easily.
I am using the latest C3 R32 and 1.772 of Pro UI.
The error in the console is shown below.
Uncaught TypeError: Cannot read property 'Plugins' of undefined
at c3runtime.js:2563
c3runtime.js:2322 Uncaught (in promise) TypeError: self.C3_GetObjectRefTable is not a function
at C3Runtime._LoadDataJson (c3runtime.js:2322)
at C3Runtime.Init (c3runtime.js:2316)
at async RuntimeInterface._InitDOM (main.js:39)
at async RuntimeInterface._Init (main.js:27)