Skip to content

Commit 46d6002

Browse files
author
AshwinH
committed
Updates packages styling
1 parent 6b606bc commit 46d6002

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

codes/readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
|Example No.|Execution Command|Comments|
22
|-----------|-----------------|--------|
3-
|1, 2| webpack entry.js bundle.js| |
3+
|1, 2| ```webpack entry.js bundle.js``` | |
44
|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```|
5-
|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|
6-
|5|webpack ```OR``` webpack --progress --colors ```OR``` webpack --progress --colors --watch ```OR``` | |
7-
|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 |
5+
|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|
6+
|5|```webpack``` **OR** ```webpack --progress --colors``` **OR** ```webpack --progress --colors --watch``` | |
7+
|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 |

0 commit comments

Comments
 (0)