Matthew Waldron
Matthew Waldron
Getting the same error running Webpack 5 
Thanks a ton @dennisjlee that worked for me, spent hours trying to troubleshoot this issue.
I can also confirm optimization.runtimeChunk: "single" fixed the problem for me handling multiple bundles. webpack.dev.config ``` module.exports = () => { const config = { mode: 'development', // Map your...
Thanks @TLSchofield this would be nice to have. I'll need to do more research on this to integrate with the backend. This will go in the backlog; currently working to...
Does `aru6` appear for only Saturday or does it appear for other days with different number increments `1`, `2`, etc?
Thanks for catching this. Setting `require` on the inputs should fix this.
The repo doesn't support this by default but you can customize to support it by going into the event or recurrence classes. There is a method that splits the date...
You are correct. I had it commented out because it is not operational. I paused work on this because there are better methods to implement recurrences. You might want to...
Hi Pepijn, unfortunately this repo does not support v.4 due to a number of breaking dependency and API changes. To have a working setup, I recommend following the readme of...
Hi @pepijndik, I am reopening this issue because it would be beneficial to have a working version of MYSQL and JSON with FC v4. However, it may take considerable time...