2.1.6 • Published 4 years ago

@ta-interaktiv/babel-preset-react-project v2.1.6

Weekly downloads
57
License
ISC
Repository
gitlab
Last release
4 years ago

Babel Preset for React Project Development

A simple babel preset for developing React projects using Webpack. Used together with https://gitlab.com/ta-interaktiv/project-templates/react-base and https://www.npmjs.com/package/@ta-interaktiv/webpack-config.

Installation

yarn add @ta-interaktiv/babel-preset-react-project --dev
yarn add react-hot-loader --dev

Add to .babelrc:

{
  "presets": ["@ta-interaktiv/babel-preset-react-project"]
}

Polyfills

Polyfills are not included in this preset. When using @ta-interaktiv/webpack-config, those polyfills should be included using https://polyfill.io/.

Hot-Exporting Main Component

When used together with a fairly recent version of the React Base Project, everything should already have been set up.

Otherwise follow the instructions here from #2 onwards. By default, the React Base should contain this snippet already.

2.1.6

4 years ago

2.1.5

4 years ago

2.1.4

5 years ago

2.1.2

5 years ago

2.1.1

5 years ago

2.1.0

5 years ago

2.0.4

5 years ago

2.0.3

5 years ago

2.0.2

6 years ago

2.0.1

6 years ago

1.3.0

6 years ago

1.2.0

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago