0.1.6 • Published 6 years ago

@hubvisor/build-core v0.1.6

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

Hubvisor buildchain toolkit

Pins common build configuration and dependencies for hubvisor projects.

Installation

yarn add @hubvisor-build/core -D

Usage

  • Babel: in your babel.config.js: module.exports = require('@hubvisor/build-core/babelrc.json')

  • ESLint: In your .eslintrc.js extends: '@hubvisor/hubvisor'