Matthew Waldron

Results 13 comments of Matthew Waldron
trafficstars

Getting the same error running Webpack 5 ![Screenshot_20201112_204922](https://user-images.githubusercontent.com/36429088/99018714-c17c4b00-2528-11eb-979b-6bd38c53514d.png)

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?

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...