5.0.4 • Published 4 years ago

@cadent/babel-preset-cadent-node v5.0.4

Weekly downloads
75
License
MIT
Repository
-
Last release
4 years ago

babel-preset-cadent-node

Overview

This package contains the presets used by all Cadent applications written in NodeJs

Internal Usage

This package is automatically included in all Cadent bootstrapped projects. There is no need to include it manually.

External Usage

This package can be used externally as a babel-preset if you so choose.

You'll need to install Babel. Most of what you need to get started is here.

Download @cadent/babel-preset-cadent-node package

npm install --save-dev @cadent/babel-preset-cadent-node

Install the other packages you'll need. You can find them in the package.json

Create a babel.config.js file at the root of your project and add the following code

module.exports = {
  presets: ["@cadent/babel-preset-cadent-node"]
};
5.0.4

4 years ago

5.0.3

5 years ago

5.0.2

5 years ago

5.0.1

5 years ago

4.0.8

6 years ago

4.0.7

6 years ago

4.0.6

6 years ago

4.0.5

6 years ago

4.0.2

6 years ago

4.0.0

6 years ago

3.0.7

6 years ago

3.0.6

6 years ago

3.0.5

6 years ago

3.0.4

6 years ago

3.0.3

6 years ago

3.0.2

6 years ago

2.1.9

6 years ago

2.1.8

6 years ago

2.1.7

6 years ago

2.1.4

6 years ago

2.1.3

6 years ago

2.1.2

6 years ago

2.1.1

6 years ago

2.1.0

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago