Skip to content

Commit b1a6964

Browse files
author
Ashwin Hegde
committed
Merge pull request #3 from hegdeashwin/develop
Develop
2 parents afa0253 + c790033 commit b1a6964

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,9 @@
1-
# learning-webpack
1+
Learning WEBPACK - MODULE BUNDLER
2+
3+
|Example No.|Execution Command|Comments|
4+
|-----------|-----------------|--------|
5+
|1, 2| ```webpack entry.js bundle.js``` | |
6+
|3| |we need the ```css-loader``` to process CSS files. We also need the ```style-loader``` to apply the styles in the CSS file. They need to be installed locally, without ```-g```|
7+
|4|```webpack entry.js bundle.js --module-bind 'css=style!css'``` | if you are using ```bash``` then use single quotes in Command. Please see https://github.com/webpack/webpack/issues/1453 for more information|
8+
|5|```webpack``` **OR** ```webpack --progress --colors``` **OR** ```webpack --progress --colors --watch``` | |
9+
|6|```webpack-dev-server --progress --colors --watch|webpack-dev-server is a development server, it binds a small express server on localhost:8080 which serves your static assets as well as the bundle |

codes/readme.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)