-
- 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 …
-
There are two big dependencies within iD, one is lodash, the other is d3. By using:
`import * as d3 from 'd3'` everything is imported. Within a modern setup using Rollup or Webpack2 this hinders Tree…
-
# 🐛 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/…
-
### Describe the feature
Currently , the bundling of the lib make it impossible for webpack to properly treeshake. When importing a single primitive the resulting webpack bundle contain all the code …
-
~~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
-
Project needs a roadmap.
- Spectrum Chat
- Writing (I’m learning and writing on medium)
- lower bundle size (>500kb gzipped)
- Treeshaking
Throwing these out there.
-
I know there's supposed to be some treeshaking builtin, but I'd just want to check on it. Maybe worth trying to setup purgecss as well. There's also cleancss - but I'm not sure if we need that so much…
-
Hi,
There are a few typos on readme.md file
-
**Modules versions**
```
"nuxt": "^2.14.0"
"@nuxtjs/vuetify": "^1.11.2",
```
**Bug description**
When building for production, `nuxtjs/vuetify` module doesn't properly apply tree-shaking as it…
-
Adding all files in a directory as data assets seems to be a common use case.
In Flutter, all files in a directory can be added as assets easily:
https://docs.flutter.dev/ui/assets/assets-and-im…