You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most modern websites are built with stuff like webpack that minifies the JavaScript dependencies. My guess is that for now the web3 package won't include a web3.min.js file. If you want to use one, however, there's a way. There are packages such as https://www.npmjs.com/package/uglify-js or https://www.npmjs.com/package/browserify that can do it for you via CLI commands.
Sorry, didn't see this in the Getting Started section I will update the documentation. The longterm goal will be to improve the Getting Started section with starter projects etc. this should help most developers to get introduced to the DApp development without any pain.
nivida
changed the title
Docs say to link "dist/web3.min.js" but there is no web3.min.js anywhere!!!
Docs say to link "dist/web3.min.js" but there is no web3.min.js.
Feb 18, 2019
Expected behavior
Either give web3.min.js or update the docs on how to work without it.
Actual behavior
The docs right away teach how to do it using web3.min.js.
Steps to reproduce the behavior
Versions
web3.js 1.0
The text was updated successfully, but these errors were encountered: