-
As we worked on typia, I'll do this
-
@valorkin I am getting this error with aot and rollup
Error: "FileUploader is not exported by node_modules/ng2-file-upload/ng2-file-upload.js".
I am using the angular seed project by @mgeche…
-
Hi. Im trying to use preload setting to preload some additional vendor modules. But it doesn't work :\
I found this:
https://github.com/mentaljam/rollup-plugin-html2/blob/7405e9a9ee385e3449ea2ccf50c…
-
howdy. I'm trying to run `bun build` for a production TypeScript web app. long story short, tree shaking isn't working with a component library I'm using, resulting in a `4.5mb` output dist file (comp…
i-a-n updated
1 month ago
-
When refactoring a codebase it's not uncommon to have bits and pieces left behind, such as unused imports, variables, functions, function args. it would be useful to have something like a report or ev…
-
**Do you want to request a *feature* or report a *bug*?**
Bug
**What is the current behavior?**
CSS seems to be out of order in "development" vs "production" mode. It appears somehow …
-
Hi everyone.
Im wondering is it possible to import css files into js using **import** syntax with preserveModules:true in rollup config?
Bundling all css in one file is not an option, because Im m…
-
### Describe the bug
When writing a library using vite "library mode," the output is expected to be tree-shakeable regardless of where it is consumed. When consumed by vite, things work properly, but…
-
## Plugin Hooks
### Fully Supported Hooks
- [x] `options`
- [x] `buildStart`
- [x] `buildEnd`
- [x] `renderStart`
- [x] `renderError`
- [x] `generateBundle`
- [x] `writeBundle`
- [x] `clo…
-
## 七牛云一面
> 2021.07.29 视频面试
- [ ] 1. 闭包了解吗,闭包中数据的生命周期了解吗,如果产生内存泄漏怎么处理
- [ ] 2. 原型链和继承了解吗,传统的原型链继承和类有什么区别(调用父类的顺序??)
- [ ] 3. 事件循环了解吗,微任务中产生的微任务是在什么时候执行的
- [ ] 4. 高阶函数用过吗,高阶函数有哪些设计方式
- [ ] 5…