Skip to content

Commit 446a5d6

Browse files
committed
Bump version
1 parent 9f5cfef commit 446a5d6

2 files changed

Lines changed: 9 additions & 4 deletions

File tree

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,14 @@ myApp().catch(console.error);
9494

9595
### Build with Vite
9696

97-
Using [Vite](https://vitejs.dev) you will stuck with [issue](https://github.com/vitejs/vite/issues/8427). As a workaround, add `nekoton-wasm-vite` plugin to your `vite.config.ts`.
97+
Using [Vite](https://vitejs.dev) you might stuck with this [issue](https://github.com/vitejs/vite/issues/8427). As a workaround, you can try this:
9898

99+
Install the dev-server plugin:
100+
```bash
101+
npm install --save-dev nekoton-wasm-vite
102+
```
103+
104+
And add it to the `vite.config.ts`:
99105
```js
100106
import { defineConfig } from 'vite'
101107
import { nekotonWasmVite } from 'nekoton-wasm-vite'
@@ -106,8 +112,7 @@ export default defineConfig({
106112
// ...
107113
],
108114
// ...
109-
})
110-
115+
});
111116
```
112117

113118
## Contributing

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "everscale-standalone-client",
3-
"version": "2.1.26",
3+
"version": "2.1.27",
44
"repository": "https://github.com/broxus/everscale-standalone-client",
55
"scripts": {
66
"build": "tsc",

0 commit comments

Comments
 (0)