File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
docs/src/routes/docs/[...3]modules Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -1483,7 +1483,7 @@ module.exports = function override(config) {
14831483
14841484Add the following dev dependencies:
14851485
1486- ` yarn add rollup-plugin-polyfill-node -D `
1486+ ` yarn add rollup-plugin-polyfill-node crypto-browserify stream-browserify assert -D `
14871487
14881488Then add the following to your ` svelte.config.js ` file:
14891489
@@ -1548,7 +1548,7 @@ Checkout a boilerplate example (here)[https://github.com/blocknative/web3-onboar
15481548
15491549Add the following dev dependencies:
15501550
1551- ` yarn add rollup-plugin-polyfill-node -D `
1551+ ` yarn add rollup-plugin-polyfill-node crypto-browserify stream-browserify assert -D `
15521552
15531553Then add the following to your ` svelte.config.js ` file:
15541554
@@ -1661,7 +1661,7 @@ Checkout a boilerplate example for Vite-React (here)[https://github.com/blocknat
16611661
16621662Add the following dev dependencies:
16631663
1664- ` npm i --save-dev rollup-plugin-polyfill-node `
1664+ ` npm i --save-dev rollup-plugin-polyfill-node crypto-browserify stream-browserify assert `
16651665
16661666Then add the following to your ` vite.config.js ` file:
16671667
Original file line number Diff line number Diff line change @@ -589,7 +589,7 @@ module.exports = function override(config) {
589589
590590Add the following dev dependencies:
591591
592- ` npm i --save-dev rollup-plugin-polyfill-node `
592+ ` npm i --save-dev rollup-plugin-polyfill-node crypto-browserify stream-browserify assert `
593593
594594Then add the following to your ` vite.config.js ` file:
595595
Original file line number Diff line number Diff line change @@ -449,7 +449,7 @@ module.exports = {
449449
450450Add the following dev dependencies:
451451
452- ` npm i --save-dev rollup-plugin-polyfill-node `
452+ ` npm i --save-dev rollup-plugin-polyfill-node crypto-browserify stream-browserify assert `
453453
454454Then add the following to your ` vite.config.js ` file:
455455
Original file line number Diff line number Diff line change @@ -1387,7 +1387,7 @@ module.exports = function override(config) {
13871387
13881388Add the following dev dependencies:
13891389
1390- ` npm i --save-dev rollup-plugin-polyfill-node `
1390+ ` npm i --save-dev rollup-plugin-polyfill-node crypto-browserify stream-browserify assert `
13911391
13921392Then add the following to your ` svelte.config.js ` file:
13931393
@@ -1455,7 +1455,7 @@ Checkout a boilerplate example (here)[https://github.com/blocknative/web3-onboar
14551455
14561456Add the following dev dependencies:
14571457
1458- ` yarn add rollup-plugin-polyfill-node -D `
1458+ ` yarn add rollup-plugin-polyfill-node crypto-browserify stream-browserify assert -D `
14591459
14601460Then add the following to your ` svelte.config.js ` file:
14611461
@@ -1573,7 +1573,7 @@ Checkout a boilerplate example for Vite-React (here)[https://github.com/blocknat
15731573
15741574Add the following dev dependencies:
15751575
1576- ` npm i --save-dev rollup-plugin-polyfill-node `
1576+ ` npm i --save-dev rollup-plugin-polyfill-node crypto-browserify stream-browserify assert `
15771577
15781578Then add the following to your ` vite.config.js ` file:
15791579
You can’t perform that action at this time.
0 commit comments