Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 829 Bytes

README.md

File metadata and controls

31 lines (17 loc) · 829 Bytes

@common-web/rollup example

This repo demonstrates usage of the following:

  1. @common-web/rollup.

    It uses @common-web/ts-config for default TS configuration.

    It simply builds typescript src into single or multiple dist:

    • CJS (CommonJS)
    • ESM (ES Module)
  2. @common-web/prettier

    Automatically code style format base on rules

Note: Can be configured further, please visit Rollup configuration.

Commands

// Builds the source files
yarn run build

// Runs prettier
yarn run prettier