-
### Version
```sh
@rslib/core 0.0.5
```
### Details
https://github.com/web-infra-dev/rslib/issues/140
1. `import "./reset.css";` directly import css will generate a empty chunk `reset.…
-
### Describe the bug
**Note**: Spoke with Yuwei Zhou on the Spring Apps product team separately about this and was advised to file a bug report about this.
Preface: this is not customer reported -…
-
I was getting the following error from Knockout.js.
`Error: Cannot find closing comment tag to match: ko if : `
After some trial and error I believe the issue lies with th and td closures being …
-
**美味值:🌟🌟🌟🌟🌟**
**口味:东坡肉**
# 本期摘要
- Vite 4.3
- Node.js 20
- TypeScript 5.1 Beta
- Windi CSS 即将落幕
- Pretty TypeScript Errors
- ESM-CJS interop test
- 负载均衡可视化
- The JavaScript Oxi…
-
```
When a project lacks coding standards, one of two things will happen: either
the code will become less readable over time, or else
the task of changing contributed code to meet a single standard…
-
Current StarMod UI is a POC UI, meaning it implements the StarMod architecture but is not the user friendliest.
So we need to redesign it.
Step 1: Inspiration
Inspiration 1: Synology UI
…
ewowi updated
3 months ago
-
**关键词**:打包优化
围绕 `webpack` 做性能优化,分为两个方面:`构建时间优化`、`构建产物优化`
- 优化构建时间
* [缩小范围](#%E7%BC%A9%E5%B0%8F%E8%8C%83%E5%9B%B4)
* [文件后缀](#%E6%96%87%E4%BB%B6%E5%90%8E%E7%BC%80)
* [别名](#%E5%88%…
-
The compressor breaks on:
if (/_@cc_on!@_/true) alert(2);
with:
missing ) after condition
This kind of code exists in selectivizr.com
-
Why? - Let packages modify and improve code in steps,
Examples of packages that could do work on the code:
- Repporting tools like jshint etc. non intrusive
- Minifiers / Optimizers - Modifiers
##
…
-
The following markdown document:
```
# Welcome to my website.
```
is converted by `pandoc -f markdown -t html -fmarkdown-implicit_figures --no-highlight` into:
```
Welcome to my website.…