Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Build multiple modules instead of one index.js #7

Merged
merged 3 commits into from
Feb 11, 2021

Commits on Feb 7, 2021

  1. chore: Build multiple modules instead of one index.js

    - refactor: Move build command to build.sh
      note: this will allow multiple module build entry files
    
    - feat: Add indexify.js script, this will generate moduleName.js files
      note: this is because tsdx.config.js override do not generate js files
    
    - feat: Add tsdx.config.js to generate multiple esm, cjs modules
    
    - refactor: Move index file out from module folders
      refer jaredpalmer/tsdx#175 (comment)
    
    Important note:
    Base on the comment tsdx do not support multiple entry
    Wilson Lim committed Feb 7, 2021
    Configuration menu
    Copy the full SHA
    b995027 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2021

  1. chore: Update size-limit checker for all modules

    Wilson Lim committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    29675e3 View commit details
    Browse the repository at this point in the history
  2. doc: Update CHANGELOG.md and README.md

    Wilson Lim committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    ff66f1b View commit details
    Browse the repository at this point in the history