Rishit Kedia

Results 11 comments of 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...

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