Amit Dahan
Amit Dahan
I'm having trouble figuring out why in your UMD config, you set `tsconfig.json`'s `module` prop to `commonjs` instead of `umd`. In my case, setting it to `umd` breaks the build,...
Closes #218
# Summary I propose adding some example projects to consume the picker. For example: - `examples/with-nextjs` - `examples/with-create-react-app` - ... This will serve 3 purposes: 1. "Documentation" for how to...
# Summary Today `emoji-picker-react` lives in the root of this repo. I propose restructuring to a monorepo so it's possible to extract code to packages, and to add example projects...
# Summary By migrating to TypeScript the picker will gain the following: 1. The picker will emit accurate types along with the rest of the published artifact instead of the...
Hey first of all, thanks for putting order into the chaos which is the current state of typescript-treeshaking! I only have one question. So the reason the Babili build is...
# Summary Hey! Seems the recent changes in version `1.2.7` broke regular non-ESM consumers: https://github.com/stutrek/scrollmonitor/commit/e7dbd0f3e9f48e95b9a9815a0790a5eb7c81cf34#diff-3d2b59189eeedc2d428ddd632e97658fe310f587f7cb63b01f9b98ffc11c0197R1 Current workaround is to pin `1.2.6`.
## Requested Update Allow validating code written in ES5 *EXCEPT* module imports/exports. ## Why Is This Update Needed? We're transpiling our code to ES5 but still use ES modules to...
This is more of a suggestion, maybe a rename is due since most packages are now using the new "ngx" prefix over "ng2" which implies Angular 2.X which is no...