FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

CorpGlory/express-webpack-example: Repo showing how to bundle an express.js application to a bundle with webpack · GitHub

Repository files navigation

Express Webpack example

Repo showing how to bundle an Express.js application to a bundle with Webpack.

Read more about the project on https://corpglory.com/s/express-webpack/

Project has production and development build.

Production build

Webpack makes a bundle with all modules inside. You can copy file dist/app.js to any directory and run it with node app.js (without package.json and node_modules).

Development build

Makes a bundle without modules from node_modules. Instead, require('mode_name') injected. See more details in build/webpack.dev.conf.js

About

Repo showing how to bundle an express.js application to a bundle with webpack

Topics

Resources

Stars

10 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages


Back | FazBrowse Home | New Git URL