Steve Taylor

Results 57 comments of Steve Taylor

I don't suppose you have a working example of `karma-esbuild` with React, by any chance?

@RamiAlzayat yes. My solution was to use Cypress component test runner instead.

If you're using Prettier, `.editorconfig` is still a nice to have, but you _can_ live without it for now and configure Zed to format with Prettier upon saving: ```json {...

I could use something like this, but I'd create the release from my release workflow instead. At some point in the release workflow, I'd read the package.json `version`, append it...

This should be the default for libraries if `isLibrary && outputFormat !== 'global'`. The only reason to bundle a library is for consumption via a `script` tag. However, I note...

> The default for building libraries in Parcel does not include dependencies from node_modules, only your own code. Yeah, I updated the comment after reading the docs again. (Forgot to...

I second this, but would prefer to see this as an option, defaulting to the current behaviour. This would then necessitate another rule for those of us who use [Bolt](https://github.com/boltpkg/bolt):...

Not all monorepos that use Manypkg have all dependencies hoisted to the root. I'd like this to be an option to ignore the rule, rather than removing this entirely.

NPM was a bit late to the monorepo party, so understandably it's currently unsupported. I hope this changes soon.

> Hey thanks for submitting this. > > So the reason we publish out of the dist folder (as annoying as it is) is to allow certain scenarios to import...