*: fix errors reported by languagetool (#6069)
This commit is contained in:
@@ -7,11 +7,11 @@
|
||||
|
||||
`webpack {{app.js}} {{bundle.js}}`
|
||||
|
||||
- Load css files too from the js file (this uses the css loader for `.css` files):
|
||||
- Load CSS files too from the JavaScript file (this uses the CSS loader for `.css` files):
|
||||
|
||||
`webpack {{app.js}} {{bundle.js}} --module-bind 'css=css'`
|
||||
`webpack {{app.js}} {{bundle.js}} --module-bind '{{css=css}}'`
|
||||
|
||||
- Pass a config file (with eg. the entry script and the output filename) and show compilation progress:
|
||||
- Pass a config file (with e.g. the entry script and the output filename) and show compilation progress:
|
||||
|
||||
`webpack --config {{webpack.config.js}} --progress`
|
||||
|
||||
|
Reference in New Issue
Block a user