-
I am using your seed for a library I am building that is going to be kind of large. I am trying to set up my library source so that I can have multiple entry points like...
@mylib/security
@mylib/…
-
Hi,
Premise:
1. I have a angular 7 custom component library xyz-component. Within the library in one of the child component I use jsonpath which I installed with npm install jsonpath and the versi…
-
The HTML and import meta assets plugins have hooks to easily do minification. We should document recommended minifiers and how to use them.
If anyone knows any good recommendations, you could post …
-
When i use `esbuild` to transpile `import.meat.url` in `cjs` format, I always don't get the correct result.
**Reproduce**
```js
const result = require('esbuild')
.transformSync('import.meta.…
-
- MAC OS X 10.15.4 (19E287)
- Node: v10.16.0
- Vuesax: v3.11.13
- Browser version: 81.0.4044.122 (Official Build) (64-bit)
- Package Manager: Yarn
-Nuxt: 2.0.0
I am new to your library and am…
-
Similar to other bundlers:
-
I noticed a **big bundle size change** after updating from `3.3.0` to `4.0.0`
I didn't touch anything else in my code. **+112.79 KB** gzipped added without any change besides the update in `pac…
-
Context: I want to use [TensorFlow.js](https://github.com/tensorflow/tfjs) in the browser. I'm using [rollup](https://rollupjs.org/) to bundle my app for the browser.
The TensorFlow.js source [impo…
-
**这个功能解决了什么问题?**
我看 https://taro-ui.jd.com/#/docs/quickstart 文档里面按需引入所需组件的时候,还需要要么引入所有的样式,要么单独引入所需组件的样式,如果按需引入的组件比较多,例如十多二十个,又或者按需引入经常变化,需要同时维护js和css的引入,有些不方便。
**你期望的功能是怎样的?**
可以参考 antd ( htt…
-
I have this everywhere in code:
```
eventStream
.filter(_ => _.props)
.map(_ => _.props);
```
I hope there is a shorthand for that.