-
**What is the current behaviour?**
At now, the template project made by preact-cli do not call `render` function of preact library. At index.ts, it just export App component, that's all.
**What i…
-
**What is the current behaviour?**
I have several pages with hidden for SSR render components. The pre-rendered code looks fine, but as soon as JS fires up it messes up the layout.
How the raw sou…
-
docs: fix tree-shaking typo (#9080) ([e8e1e62](https://github.com/vitejs/vite/commit/e8e1e62e96b172c89af188cf17783857611b5fb4))
---
````diff
--- /dev/null
+++ b/docs/blog/announcing-vite3.md
@@ -0,0…
-
I scaffolded a typescript template and added the asm.js version of TDLib - [tdweb](https://github.com/tdlib/td/blob/master/example/web/README.md) into [my project](https://github.com/likidu/kaig…
-
Same as title, running npm run build produces 2 index.html files that are identical, one is named 200.html and the other index.html
-
**Do you want to request a _feature_ or report a _bug_?**
_bug_
**What is the current behaviour?**
_Error with types checking in typescript template_
**If the current behaviour is a bug,…
ghost updated
2 years ago
-
### 相关平台
微信小程序
### 复现仓库
[https://github.com/banbantx/taro-preact/tree/master](https://github.com/banbantx/taro-preact/tree/master)
**小程序基础库: 2.20.0**
**使用框架: preact**
### 复现步骤
yarn dev:…
-
It would be nice to have the `template.html` built without the `` tags and included in the build folder. It doesn't look like microbundle makes it easy to pass in any arguments to do so.
Even thoug…
NomeQ updated
2 years ago
-
```js
export default (config, env, helpers) => {
if (!env.isProd) {
config.devServer.client = {
webSocketURL: "ws://localhost:PORT/ws",
};
}
};
```
Reference: [](https://w…
-
### Preliminary Checks
- [X] This issue is not a duplicate. Before opening a new issue, please search existing issues: https://github.com/gatsbyjs/gatsby/issues
- [X] This issue is not a question,…