Rishit Kedia
Rishit Kedia
@Kureev Hey! ๐ Sorry to bother you, but any chance that this will be fixed soon? This has become a stopper for testing native components unless I change all imports...
@alexbassy Hey, thanks for the workaround, Alex! ๐
@HyperBrain I tried both the `file-loader` and `copy-webpack-plugin` approaches with no luck. From what I've read, it seems that Webpack does not like dynamic `require()`s, and it's better to use...
@HyperBrain Thank you for taking out the time to work on this. ๐ I'm still getting the warning for the dynamic `require()`: `Critical dependency: the request of a dependency is...
Hey, @azurelogic! ๐ I tried a few things but wasn't able to get @HyperBrain's PR working correctly since I'm not very experienced with Webpack. Waiting for @HyperBrain to work his...
@HyperBrain Hey, Frank, thanks for such a detailed explanation. ๐ฏ But I'm still not able to make it work. ๐ญ --- 1. I'm still getting the error I had reported...
@HyperBrain 1. Ah, I thought we still had to load the JSON with the `file-loader`. ๐ The error goes away, and a similar one crops up pointing to the same...
Yup, this is the order of the plugins: ```yaml plugins: - serverless-secrets - serverless-webpack - serverless-offline ``` And, `environmentSecrets` has also been set properly.
Ah, damn, I've been testing both online and offline, but this time I only tested offline. Yes, it works when deployed to AWS, finally! ๐ So, it's a bug in...
Hey, @LaszloDev. ๐ Yup, replacing `` with `` will work, but then we'll lose out on the transitions/animations provided by `` (the reason I want to use this library). It...