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
__Note:__[npm](https://npmjs.com) will deprecate [auto-installing of peerDependencies](https://github.com/npm/npm/issues/6565) on the next major release, so required peer dependencies like babel-core and webpack will have to be listed explicitly in your `package.json`.
15
15
16
+
16
17
## Usage
17
18
18
19
[Documentation: Using loaders](http://webpack.github.io/docs/using-loaders.html)
@@ -35,7 +36,7 @@ module: {
35
36
36
37
See the `babel`[options](http://babeljs.io/docs/usage/options/).
37
38
38
-
You can pass options to the loader by writting them as a [query string](https://github.com/webpack/loader-utils):
39
+
You can pass options to the loader by writing them as a [query string](https://github.com/webpack/loader-utils):
0 commit comments