Skip to content

Commit

Permalink
CU-86dt9h44p - Fix NeonDappkit on Vite
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonardoDizConde committed Apr 22, 2024
1 parent a4a9914 commit 1c057f2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ import {defineConfig} from 'vite'

export default defineConfig({
//your config here
define: {
global: 'globalThis',
process: {
version: 'globalThis'
}
define: {
global: 'globalThis',
process: {
version: 'globalThis'
}
//...
},
},
})
```
</details>
Expand Down

0 comments on commit 1c057f2

Please sign in to comment.