Skip to content

Latest commit

 

History

History

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Developing babel-minify

Note: These are docs about contributing to the project. The documentation for plugins, presets, helpers, CLI and other packages are found in the respective package directory's README.

The project structure is a monorepo same as the one followed in the babel project. Read more about this structure in babel's monorepo design documentation.

Table of Contents

  1. Installation, build and run
  2. Linting and Testing
  3. Benchmark Scripts
  4. Debugging Tips
  5. Releasing packages

Canary Version

The packages of babel-minify (commits to master branch) are auto-published to npm with the canary tag.

To get the latest master branch of babel-minify,

yarn add "package-name"@canary

# for example
yarn add babel-minify@canary

# or
yarn add babel-preset-minify@canary