|
hace 5 años | |
---|---|---|
build | hace 5 años | |
docs | hace 5 años | |
.gitignore | hace 5 años | |
LICENSE | hace 5 años | |
README.md | hace 5 años | |
app.js | hace 5 años | |
package-lock.json | hace 5 años | |
package.json | hace 5 años | |
template.ejs | hace 5 años | |
test_module.js | hace 5 años |
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.
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
).
Makes a bundle without modules from node_modules
.
Instead, require('mode_name')
injected. See more details
in build/webpack.dev.conf.js