0.0.4 • Published 3 years ago

@2-bit/umd v0.0.4

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

@2-bit/umd

A simple rollup bundler configuration for simple JavaScript projects intended for publishing as umd. This package demonstrates the end result of cloning this template and building your own package for publishing.

Setup

yarn

yarn build

Development & Testing

  • From this project run yarn link
  • From a separate, external project, run `yarn link @2-bit/umd
  • You can now import this package and use the greet() function.
import greet from '@2-bit/umd';
...
    <p>{greet()}</p>
0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago