Skip to content

isomorphic-dev-js/chapter5-webpack-babel

Repository files navigation

chapter-5-webpack-babel

Getting started

npm install

There are many examples in this repo, but to run the complete and final webpack build, run the following command.

npm start

To run the dev environment build:

npm run dev

To run the prod environment build:

npm run prod

Section 2.1.1 webpack cli command

./node_modules/.bin/webpack --entry ./src/entry.js --output-filename output.js --output-path ./

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published