Maurice Williams
Maurice Williams
Came here to mention this... this was the source of my headache all day lol. Because of how I use code-splitting, a lot of my Vue components are bundled independently...
I'm willing to work on a solution and open a PR. My thought is to basically follow what the Vue docs recommend: > A Vue.js plugin should expose an install...
Seeing as how it still gets almost 700k weekly downloads, would anyone be willing to pick up and maintain this project (assuming the author is responsive)? Or does anyone know...
Crazy that this project still gets near 700k weekly downloads from npm. Does anyone know what happened to the author?
I'm not familiar with `dotenv-flow`, but skimming its README it would seem like it promotes having multiple `.env` files and committing them to your repo. is that correct? If so,...
@bhargavgoli This is actually not an issue with the appsync-plugin, but something that needs to be addressed in the split-stack plugin. There is an open issue about it on that...
This is an issue has nothing to do with the appsync plugin. It has to do with https://github.com/dougmoscrop/serverless-plugin-split-stacks and how it tries to create nested stacks only based on resource...
@tinnou - ping. any word on when this bug might be addressed?
@tinnou ping. any word on if this bug has been prioritized as yet?
Looking at your ptp component, you need to fix the `main` reference in your `bower.json` file (https://github.com/feklee/ptp.js/blob/master/bower.json#L8). It should be pointing to a file (or multiple), not a directory. So...