Skip to content

Commit

Permalink
GITBOOK-52: change request with no subject merged in GitBook
Browse files Browse the repository at this point in the history
  • Loading branch information
Bojan Angjelkoski authored and gitbook-bot committed Mar 6, 2024
1 parent ac104d3 commit c7c6d91
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .gitbook/building-dapps/configuring-nuxt.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ $ yarn add @bangjelkoski/node-stdlib-browser
$ yarn add -D @bangjelkoski/vite-plugin-node-polyfills
```

Make sure you are using the `vue-tsc@1.8.8
`, `nuxt@^3.8.1`, `typescript@^5.0.4` versions.
Make sure you are using the `vue-tsc@1.8.8` , `nuxt@^3.8.1`, `typescript@^5.0.4` versions.

**Buffer**

Expand Down Expand Up @@ -134,15 +133,10 @@ export default defineNuxtConfig({

// Vite related config
vite: {
define: {
"process.env": JSON.stringify({}),
"process.env.DEBUG": JSON.stringify(process.env.DEBUG),
},

plugins: [ // setting up node + crypto polyfils + vite TS path resolution
tsconfigPaths(),
nodePolyfills({ protocolImports: false })
],
],

build: {
sourcemap: false, // we don't generate
Expand Down

0 comments on commit c7c6d91

Please sign in to comment.