-
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 only transpiling to ES20…
-
#### Input Code
```js
const foo = "foo";
const bar = `asdf ${foo} asd ${foo}`
```
[Babel REPL link](https://babeljs.io/repl#?babili=true&browsers=&build=&builtIns=false&code_lz=MYewdgzgLg…
-
```js
// Map won't be eliminated when bundling
import Map from 'lodash.map'
```
There are non-pure modules with side effects. Is there any way to remove the unused import regardless of side-effect…
-
### Description
This group defined a number of [projects/goals for 2023](https://github.com/nodejs/package-maintenance/issues/550) & one of them was to create a new "statusboard" (similar to npm's …
-
Oddly, this error doesn't happen in Chrome, only in Safari.
#### Input Code
Here's the non-minified code:
https://cdn.rawgit.com/trusktr/3248affba4a01a7ebf15f3cb0e68f18c/raw/b6b8258ced557…
-
There is a lot of awareness around "modern" web app sizes and their libs recently. I am assuming this is obvious so won't repeat all here (download times, parsing/startup time, mobiles, etc.).
Some …
jods4 updated
6 years ago
-
![image](https://user-images.githubusercontent.com/17586059/29324140-f6775a1c-8197-11e7-8f4a-146372581a02.png)
The app used to load on android until I got this error which started about 2 weeks a…
-
I just found out that the performance metrics of prettier inside of Nuclide at Facebook:
- p50: 122ms
- p75: 203ms
- p90: 377ms
It's not awesome but totally reasonable. However, for big files …
vjeux updated
2 months ago
-
It'd be good to know what affects bundle size. We can use https://www.npmjs.com/package/webpack-bundle-analyzer for that.
-
### Rollup Version
rollup 2.78.0
@rollup/plugin-babel 5.3.1
### Operating System (or Browser)
macOS 11.6.7
browser: chrome 107.0.5304.87
### Node Version
14.18.0
### rollup config
```j…