Merge remote-tracking branch 'origin/main' into main

This commit is contained in:
Alexandre
2020-07-21 23:39:43 +02:00
+4
View File
@@ -13,3 +13,7 @@ $ npx degit amoutonbrady/vite-template-solid/ts#main my-solid-project
$ cd my-solid-project
$ npm install # or pnpm install or yarn install
```
## Troubleshooting
It appears that Webstorm generate some weird triggers when saving a file. In order to prevent that you can follow [this thread](https://intellij-support.jetbrains.com/hc/en-us/community/posts/360000154544-I-m-having-a-huge-problem-with-Webstorm-and-react-hot-loader-) and disable the **"Safe Write"** option in **"Settings | Appearance & Behavior | System Settings"**.