Skip to content

ornikar/babel-preset-kitt-universal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

babel-preset-kitt-universal

Features

This preset is for using kitt-universal with styled-components and linaria, for both web and native with react-native.

Install

npm install --save-dev --save-exact @ornikar/babel-preset-kitt-universal

Usage

Via babel.config.json

{
  "presets": [["@ornikar/babel-preset-kitt-universal", { "isWeb": true }]]
}
{
  "presets": [["@ornikar/babel-preset-kitt-universal", { "isWeb": true, "styledComponentsOptions": { "ssr": false } }]]
}

About

babel preset for @ornikar/kitt-universal

Resources

Code of conduct

Stars

Watchers

Forks

Packages

No packages published