5.0.2-0 • Published 3 years ago

@jdcrensh/react-scripts v5.0.2-0

Weekly downloads
40
License
MIT
Repository
github
Last release
3 years ago

react-scripts

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

Configuration & Plugin Support (unofficial)

This is an unofficial fork that extends Create React App with an interface for plugins and custom config.

If a cra.config.js plugin doesn't exist, there's no difference than if you were using the official package.

Configuration

An ES5 module exported by cra.config.js at the app's root is used for configuration. Each property is optional.

PropertyTypeDescription
pluginsarrayplugin references or names. default: []
applyfunctionwebpack config. default: identity function
babelfunctionbabel config. default: identity function

Example

module.exports = {
  // Load plugins by name and/or by reference. Loading plugins by name is for
  // convenience, eg. `'css-modules'` is the same as `require('react-scripts-plugin-css-modules')`
  plugins: ['no-minify', require('./my-internal-plugin')],

  // Webpack configuration
  apply: (config, { env, paths }) => {
    return config;
  },

  // Babel configuration
  babel: (config, { env, paths }) => {
    return config;
  },
};

Plugins

A plugin is simply an exported custom config without the plugins property.

Available Plugins

5.0.2-0

3 years ago

4.0.4-0

4 years ago

3.4.2-1

4 years ago

3.4.2-0

5 years ago

3.3.1-0

5 years ago

3.1.2-0

6 years ago

3.0.2-0

6 years ago

2.1.9-0

6 years ago

2.1.6-0

6 years ago

2.1.4-1

6 years ago

2.1.4-0

6 years ago

1.1.5-0

7 years ago

1.1.2-0

7 years ago

1.1.0

7 years ago

1.0.18-1

8 years ago

1.0.17

8 years ago

1.0.15-1

8 years ago

1.0.14-1

8 years ago

1.0.13-1

8 years ago

1.0.12-6

8 years ago

1.0.12-5

8 years ago

1.0.12-4

8 years ago

1.0.12-3

8 years ago

1.0.12-2

8 years ago

1.0.12-1

8 years ago

0.9.6-30

8 years ago

0.9.6-29

8 years ago

0.9.6-28

8 years ago

0.9.6-27

8 years ago

0.9.6-26

8 years ago

0.9.6-25

8 years ago

0.9.6-24

8 years ago

0.9.6-23

8 years ago

0.9.6-21

8 years ago

0.9.6-20

8 years ago

0.9.6-19

8 years ago

0.9.6-18

8 years ago

0.9.6-17

8 years ago

0.9.6-16

8 years ago

0.9.6-15

8 years ago

0.9.6-14

8 years ago

0.9.6-13

8 years ago

0.9.6-12

8 years ago

0.9.6-11

8 years ago

0.9.6-10

8 years ago

0.9.6-9

8 years ago

0.9.6-8

8 years ago

0.9.6-7

8 years ago

0.9.6-6

8 years ago

0.9.6-5

8 years ago

0.9.6-4

8 years ago

0.9.6-3

8 years ago

0.9.6-2

8 years ago

0.9.5-2

8 years ago

0.9.5-1

8 years ago