New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-scripts-more-than-less

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-scripts-more-than-less

Configuration and scripts for Create React App.

  • 5.0.1-forked.7
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

Another fork of the Create React App

Based on Create React App tag: react-scripts@5.0.1

Usage

npx create-react-app --scripts-version react-scripts-more-than-less myapp`

Typescript

npx create-react-app --scripts-version react-scripts-more-than-less --template typescript myapp`

Then have to do more work, because there is a bug.

MacOS

sed -i'' -e 's/react-scripts/react-scripts-more-than-less/g' src/react-app-env.d.ts

Linux

sed -i 's/react-scripts/react-scripts-more-than-less/g' src/react-app-env.d.ts

Additional Features

1. Support Less

2. Enable style file extension regex customization.

CSS_REGEX =
CSS_MODULE_REGEX = 
SASS_REGEX = 
SASS_MODULE_REGEX =
LESS_REGEX = 
LESS_MODULE_REGEX = \.(m|module)\.less$

You need not put all of them in to your .env.*files. Configure it as you need.

3. classnames-loader

See classnames-loader

Add one line in your .env.*files.

CLASSNAMES_LOADER = true

The default values is false.

FAQs

Package last updated on 28 Mar 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc