0.2.0 • Published 3 years ago

build-plugin-sto-shim-css v0.2.0

Weekly downloads
2
License
MIT
Repository
-
Last release
3 years ago

Build Plugin Sto Shim Css

Installation

Install the plugin:

$ npm i build-plugin-sto-shim-css -D
$ yarn add build-plugin-sto-shim-css --dev

When use this plugin, don't need rename css module file to xxx.modules.xxx. Only use it when a old project upgrade to cone for css module hack.

Usage

build.json

{
  "plugins": [
    [
      "build-plugin-sto-shim-css"
    ]
  ]
}