0.3.2 • Published 1 year ago

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

Weekly downloads
2
License
MIT
Repository
-
Last release
1 year 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"
    ]
  ]
}