You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Write 'webpack' in lower-case letters
- "webpack should always be written in lower-case letters.
Even at the beginning of a sentence."
- https://github.com/webpack/media
* Write 'webpack' in lower-case letters
Copy file name to clipboardExpand all lines: Readme.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ npm install --save-dev standard-loader standard
18
18
19
19
## Usage
20
20
21
-
### Webpack 2+
21
+
### webpack 2+
22
22
23
23
```js
24
24
// webpack.config.js
@@ -46,9 +46,9 @@ const config = {
46
46
47
47
```
48
48
49
-
### Webpack 1
49
+
### webpack 1
50
50
51
-
Webpack 1.x is no longer supported as of [`standard-loader` version `6.0.0`](https://github.com/standard/standard-loader/compare/5.0.0...6.0.0). PRs for Webpack 1.x support will be accepted on the [5.x branch](https://github.com/standard/standard-loader/tree/5.x).
51
+
webpack 1.x is no longer supported as of [`standard-loader` version `6.0.0`](https://github.com/standard/standard-loader/compare/5.0.0...6.0.0). PRs for webpack 1.x support will be accepted on the [5.x branch](https://github.com/standard/standard-loader/tree/5.x).
0 commit comments