Skip to content

v2.0.0 for Rollup v2

Latest
Compare
Choose a tag to compare
@aMarCruz aMarCruz released this 28 Aug 10:37

[2.0.0] - 2020-08-28

Added

  • PrettierX + TypeScript for formating
  • markdownlint and prettierx config files
  • VS Code settings for this project

Changed

  • Update dependencies (using rollup ^2.26) and adjust rollup config
  • Update ESLint config, now PrettierX is used for code formating
  • Update code format to comply with prettierx rules
  • Require Rollup v2 & NodeJS v10 or above
  • Update test (remove NodeJS v6, add v14)
  • Update license

Fixed

  • PR #5: fix source map support - Thanks to @billowz
    • Upgrade rollup to 1.0.0
    • Added mapContent option
    • Added sourcemap test case
    • Fix source path in the sourcemap
  • Fix #8: if entry point is named '.mjs' it does not works by @muayyad-alsadi