-
### Version
```sh
System:
OS: Linux 6.5 Ubuntu 22.04.4 LTS 22.04.4 LTS (Jammy Jellyfish)
CPU: (12) x64 12th Gen Intel(R) Core(TM) i5-12400F
Memory: 43.36 GB / 62.63 GB
Container: …
-
test.jsx is my entry point. It imports just `Pink` JSX file, but it does this through an named import from a high level 'all' file, which includes more exported functions.
In the resulting bundled…
-
It is nice that V5 removes dependency on jQuery, but every component still try to register as jQuery pluging if jQuery is available. But that makes all components as used in every treeshaking or dead …
-
- Installation channels:
- package manager
- cdn? (do we have one? local cf?)
- packaging custom elements?
- *treeshaking
- release update (subscribe via GitHub?)
- versioning
- tracker? …
muan updated
9 months ago
-
- Rollup Version:
- Operating System (or Browser):
- Node Version:
### How Do We Reproduce?
if you have a index.js like the following
```js
const ENV = 'development'
/**
* There is a …
-
**Describe the issue**
Architect allows people the ability to customize Lambda handler directories, including the ability to specify them at root, like so:
```
@http
/*
method any
src .
`…
-
https://www.bebopser.com/2020/09/29/treeShaking/
Tree Shaking
-
# 🐛 bug report
When I want to polyfill with `core-js` for older browser like this
```js
// polyfill.js
export * from "core-js/stable";
export * from "core-js/es";
export * from "core-js/web/…
-
Project needs a roadmap.
- Spectrum Chat
- Writing (I’m learning and writing on medium)
- lower bundle size (>500kb gzipped)
- Treeshaking
Throwing these out there.
-
~~ESM importing a UMD package does not work as the named imports interop fails in nodejs.~~
ESM importing a UMD package does not work well for treeshaking