5.0.4 • Published 2 years ago

react-scripts-less v5.0.4

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

react-scripts-less


_add less support to facebook/react-scripts

_current react-scripts version:

react-scripts: 5.0.1

_just replace react-scripts with react-scripts-less in package.json scripts block:

"scripts": {
    "start": "react-scripts-less start",
    "build": "react-scripts-less build",
    "test": "react-scripts-less test",
}

_also in your *.d.ts for typescript project:

/// <reference types="react-scripts-less" />

ps: add warnings ignoring for source map loader, which is helpful, for example, for ant.design less imports


This package includes scripts and configuration used by Create React App. Please refer to its documentation: