Skip to content

example using the pre-configured rollup to create utility repo

Notifications You must be signed in to change notification settings

Jareechang/common-web-rollup-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@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

About

example using the pre-configured rollup to create utility repo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published