Zheeeng

Results 32 issues of Zheeeng

### Describe the bug If we import something from symlink and the importee is ts file. We counter a such error: ``` failed to load config from /Users/zheeeng/Workspace/foo/bar/baz/vite.config.ts error when...

enhancement
contribution welcome
p2-nice-to-have

### Is this a bug report? Yes ### Can you also reproduce the problem with npm 4.x? Yes ### Which terms did you search for in User Guide? `Uncaught TypeError:...

The pre-rendered pages are not to be included in the precache-manifest file. And the prerender processing preserved the content of the original entry file `index.html` before webpack-pwa-plugin revisions files, it...

### Describe the problem Sometimes style switching logic is placed in the parent component and controlled by switching the classNames. To avoid using the global CSS className, we need a...

At present, for using a custom theme, we have to use many complex CSS selectors around flexbox-fix and its accidents div. e.g. ```less .flexbox-fix { align-items: center; div { border-radius:...

## DESC 我看到文档 model.add 接受 option,以为可以解决问题 ``` model.add(data, options, replace) ``` 但文档实现太粗糙了,猜不到 option 到底怎么用,于是去看源码,心想说不定注释有解释呢,结果发现 option 还是可以省略的参数,还要走 parseOption api,实在不想一路追下去了。求一份完善的文档。 另外对 model.update 也有相似的需求,可以拿到 update 成功后的增量或全量字段。model.delete 拿到被删的 id 而不仅仅条数。请问能实现吗

At present long time consumption task reports `Reached the maximum recursion when apply macros`: ```ts import { defineMacro } from "vite-plugin-macro"; const run = (block: () => T) => block();...

:sparkles: new features
:ice_cube: frozen

Wish there is an 'onScrollEnd' callback it will be used to set some state / trigger some events after the scrolling finished.

In some situation, we need some additional works to process on the html content by html-loader

wish we can get front-matter data from markdown file and pass html part to html-loader