Skip to content

style-kit/babel-preset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@shaizei/babel-preset

This package contains shareable babel.js configuration used by the applications created with @shaizei/cli.

Usage

  • Create a .babelrc file and add @shaizei/babel-preset as follows:
  {
    "presets": "@shaizei/babel-preset"
  }

If you're using this preset in a TypeScript project and want Babel to transpile your TypeScript code, then pass the typescript option as follows:

  {
    "presets": [
      "@shaizei/babel-preset",
      {
        typescript: true
      }
    ]
  }

About

This repository contains shareable babel.js configuration used by the applications created with @shaizei/cli.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published