Languages
[Edit]
EN

Browserify - compile Node.js JavaScript / EcmaScript / ES6+ to browser JavaScript

9 points
Created by:
DEX7RA
580

In this article, we would like to show how to compile any Node.js JavaScriptEcmaScript code to browser JavaScript with Browserify (second section contains the minified version).

Quick solution:

or

 

Project structure:

Node.js JavaScript / EcmaScript compilation to browser JavaScript with Browserify.
Node.js JavaScript / EcmaScript compilation to browser JavaScript with Browserify.

Example: src/index.js file:

 

Compilation to browser JavaScript

Edit

Creating project

Note: @babel/preset-env is a smart preset that allows you to use the latest JavaScript without needing to micromanage which syntax transforms are needed by your target environment(s).
https://babeljs.io/docs/en/babel-preset-env.

Code compilation (run the following command):

package.json file example:

 

Compilation to minified browser JavaScript

Edit

Creating project

Code compilation (run the following command):

Note: got to this article to know how to achieve better *.js files compression.

package.json file example:

 

References

Edit
  1. https://github.com/browserify/browserify
  2. https://github.com/babel/babelify
  3. https://www.npmjs.com/package/uglifyify
  4. https://github.com/terser/terser
1
Donate to Dirask
Our content is created by volunteers - like Wikipedia. If you think, the things we do are good, donate us. Thanks!
Join to our subscribers to be up to date with content, news and offers.
Native Advertising
🚀
Get your tech brand or product in front of software developers.
For more information Contact us
Dirask - we help you to
solve coding problems.
Ask question.

❤️💻 🙂

Join