*: fix errors reported by languagetool (#6069)

This commit is contained in:
Seth Falco
2021-08-15 19:59:09 +02:00
committed by GitHub
parent 3fbefc8b77
commit 3e4c519004
281 changed files with 433 additions and 429 deletions

View File

@@ -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`