From 26ba650fda35293c59ac092bd9bac1565c6bcf2a Mon Sep 17 00:00:00 2001 From: Kat Leight Date: Mon, 17 Apr 2023 16:55:55 -0600 Subject: [PATCH] update dev dependency install instructions for vite --- docs/src/routes/docs/[...3]modules/core.md | 6 +++--- docs/src/routes/docs/[...3]modules/react.md | 2 +- docs/src/routes/docs/[...3]modules/vue.md | 2 +- packages/core/README.md | 6 +++--- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/src/routes/docs/[...3]modules/core.md b/docs/src/routes/docs/[...3]modules/core.md index 2852bbfd7..370720787 100644 --- a/docs/src/routes/docs/[...3]modules/core.md +++ b/docs/src/routes/docs/[...3]modules/core.md @@ -1483,7 +1483,7 @@ module.exports = function override(config) { Add the following dev dependencies: -`yarn add rollup-plugin-polyfill-node -D` +`yarn add rollup-plugin-polyfill-node crypto-browserify stream-browserify assert -D` Then add the following to your `svelte.config.js` file: @@ -1548,7 +1548,7 @@ Checkout a boilerplate example (here)[https://github.com/blocknative/web3-onboar Add the following dev dependencies: -`yarn add rollup-plugin-polyfill-node -D` +`yarn add rollup-plugin-polyfill-node crypto-browserify stream-browserify assert -D` Then add the following to your `svelte.config.js` file: @@ -1661,7 +1661,7 @@ Checkout a boilerplate example for Vite-React (here)[https://github.com/blocknat Add the following dev dependencies: -`npm i --save-dev rollup-plugin-polyfill-node` +`npm i --save-dev rollup-plugin-polyfill-node crypto-browserify stream-browserify assert` Then add the following to your `vite.config.js` file: diff --git a/docs/src/routes/docs/[...3]modules/react.md b/docs/src/routes/docs/[...3]modules/react.md index 466c4dbdf..82e35128f 100644 --- a/docs/src/routes/docs/[...3]modules/react.md +++ b/docs/src/routes/docs/[...3]modules/react.md @@ -589,7 +589,7 @@ module.exports = function override(config) { Add the following dev dependencies: -`npm i --save-dev rollup-plugin-polyfill-node` +`npm i --save-dev rollup-plugin-polyfill-node crypto-browserify stream-browserify assert` Then add the following to your `vite.config.js` file: diff --git a/docs/src/routes/docs/[...3]modules/vue.md b/docs/src/routes/docs/[...3]modules/vue.md index 231ead9bf..ed3b47833 100644 --- a/docs/src/routes/docs/[...3]modules/vue.md +++ b/docs/src/routes/docs/[...3]modules/vue.md @@ -449,7 +449,7 @@ module.exports = { Add the following dev dependencies: -`npm i --save-dev rollup-plugin-polyfill-node` +`npm i --save-dev rollup-plugin-polyfill-node crypto-browserify stream-browserify assert` Then add the following to your `vite.config.js` file: diff --git a/packages/core/README.md b/packages/core/README.md index a34d03d29..9c370c4c3 100644 --- a/packages/core/README.md +++ b/packages/core/README.md @@ -1387,7 +1387,7 @@ module.exports = function override(config) { Add the following dev dependencies: -`npm i --save-dev rollup-plugin-polyfill-node` +`npm i --save-dev rollup-plugin-polyfill-node crypto-browserify stream-browserify assert` Then add the following to your `svelte.config.js` file: @@ -1455,7 +1455,7 @@ Checkout a boilerplate example (here)[https://github.com/blocknative/web3-onboar Add the following dev dependencies: -`yarn add rollup-plugin-polyfill-node -D` +`yarn add rollup-plugin-polyfill-node crypto-browserify stream-browserify assert -D` Then add the following to your `svelte.config.js` file: @@ -1573,7 +1573,7 @@ Checkout a boilerplate example for Vite-React (here)[https://github.com/blocknat Add the following dev dependencies: -`npm i --save-dev rollup-plugin-polyfill-node` +`npm i --save-dev rollup-plugin-polyfill-node crypto-browserify stream-browserify assert` Then add the following to your `vite.config.js` file: