2.0.1 • Published 6 years ago

neutrino-middleware-case-sensitive-paths v2.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

Neutrino middleware with case-sensitive-paths-webpack-plugin

NPM version

neutrino-middleware-case-sensitive-paths is a Neutrino middleware that enforces module path case sensitivity.

Requirements

  • Node.js v6 LTS, v8, v9
  • Yarn v1.2.1+, or npm v5.4+
  • Neutrino v8

Installation

Yarn

❯ yarn add --dev neutrino-middleware-case-sensitive-paths

npm

❯ npm install --save-dev neutrino-middleware-case-sensitive-paths

Documentation

Install this middleware to your development dependencies, then set it in .neutrinorc.js:

  module.exports = {
    use: [
      'neutrino-middleware-case-sensitive-paths'
    ]
  }