Browse Source

Review nits

v5.0.0-beta
Eli Perelman 8 years ago
parent
commit
d428c8cce7
  1. 2
      docs/middleware/neutrino-middleware-loader-merge/README.md
  2. 2
      docs/middleware/neutrino-middleware-minify/README.md
  3. 2
      docs/middleware/neutrino-middleware-named-modules/README.md
  4. 2
      docs/usage.md

2
docs/middleware/neutrino-middleware-loader-merge/README.md

@ -28,7 +28,7 @@ a named rule and named loader in a Neutrino configuration.
## Usage ## Usage
`neutrino-middleware-hot` can be consumed from the Neutrino API, middleware, or presets. Require this package `neutrino-middleware-loader-merge` can be consumed from the Neutrino API, middleware, or presets. Require this package
and plug it into Neutrino: and plug it into Neutrino:
```js ```js

2
docs/middleware/neutrino-middleware-minify/README.md

@ -13,7 +13,7 @@ added during production builds.
## Installation ## Installation
`neutrino-middleware-babili` can be installed via the Yarn or npm clients. `neutrino-middleware-minify` can be installed via the Yarn or npm clients.
#### Yarn #### Yarn

2
docs/middleware/neutrino-middleware-named-modules/README.md

@ -1,7 +1,7 @@
# Neutrino Named Modules Middleware # Neutrino Named Modules Middleware
[![NPM version][npm-image]][npm-url] [![NPM downloads][npm-downloads]][npm-url] [![Join Slack][slack-image]][slack-url] [![NPM version][npm-image]][npm-url] [![NPM downloads][npm-downloads]][npm-url] [![Join Slack][slack-image]][slack-url]
`neutrino-middleware-hot` is Neutrino middleware for enabling named modules output via `NamedModulesPlugin`. `neutrino-middleware-named-modules` is Neutrino middleware for enabling named modules output via `NamedModulesPlugin`.
## Requirements ## Requirements

2
docs/usage.md

@ -23,7 +23,7 @@ for your project.
Neutrino provides the command `neutrino start` for creating a bundle during development. Using Neutrino provides the command `neutrino start` for creating a bundle during development. Using
`neutrino start` sets the Node.js environment to `development` using the `NODE_ENV` environment variable, `neutrino start` sets the Node.js environment to `development` using the `NODE_ENV` environment variable,
which is available in your project source code. Depending on the presets you are using, `neutrino start` which is available in your project source code. Depending on the presets you are using, `neutrino start`
may also spin up a development server with hot module replacement capabilities. may also spin up a development server with Hot Module Replacement (HMR) capabilities.
Check the documentation of your preset for details. Check the documentation of your preset for details.
Usage: Usage:

Loading…
Cancel
Save