|
há 5 anos atrás | |
---|---|---|
build | há 5 anos atrás | |
docs | há 5 anos atrás | |
.gitignore | há 5 anos atrás | |
LICENSE | há 5 anos atrás | |
README.md | há 5 anos atrás | |
app.js | há 5 anos atrás | |
package-lock.json | há 5 anos atrás | |
package.json | há 5 anos atrás | |
template.ejs | há 5 anos atrás | |
test_module.js | há 5 anos atrás |
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