-
(moving discussion there to not annoying people in the https://github.com/Leaflet/Leaflet/issues/7055).
----
I finally fixed every plugin and packages of my bundle using @ec-nordbund/leaflet.
…
-
I have `pino` (`v8.4.1`) with the latest `esbuild` and the associated transports as part of a package with TypeScript files (which are not compiled / built in the package itself) that is included in a…
-
Probably this is possible,but I could not find it.
We are using webpack. As far as I understand
```
import "bootstrap-icons/font/bootstrap-icons.css"
```
will import all the icons. But we are …
-
- Basic (Default, current setup)
- ESM (esmodules with additionally copying the `type` from the package.json)
- ESM with splitting? Same as above, but additionally with splitting?
- Anything else?
-
I've build a small app using vite and when I run it in development it works fine but running it in production fails on load due to native not being defined.
vite: https://vitejs.dev/
I have attache…
-
## 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 allow for tre…
-
**问题描述**
开启了 uniapp 的 摇树优化后,uniapp H5每次打包后vendor hash 都会发生变化,就算毫无代码变更
**复现步骤**
[复现问题的步骤]
开启uniapp 的manifest中的 treeShaking 配置;
1. yarn build:h5
2. 查看dist 目录下的 vendor.js ,发现每次hash都发生变更
理论上…
-
When I try to integrate my test runner with karma and rollup i get the error `global is not defined`
-
Using the following gulp pipeline, I'm facing the issue that the resulting bundle still contains the inline sourcemap, which was generated by rollupjs (more precise rollup-stream). At the same time th…
-
I know tsup is powered by esbuild which supports tree shaking by default. However, I don't see much details about this part on the doc sites. So I was wondering if tsup inherits this good nature and w…