resynth1943
resynth1943
On it.
#1019 😉
Someone needs to fix this. What a scandal!
Someone port this to Linux. :trollface:
Would also love to see this!
Hey @arcticicestudio have you seen this?
I see two ways to fix this: - stop including the minified version of Rollup, and use the clear one instead - encourage Rollup developers to include a source-map in...
It may be a Rollup issue, yes. Good point.
I've chosen an error because that's more explicit. A `|| defaultConfig` would lead to hard-to-debug errors, and confusing behaviour. Instead, we just throw an error to say "hey, your configuration...
We don't do any validation on the import object aside from ensuring it's an object, because IIRC Rollup does runtime validation on the configuration object, and that would flag up...