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.
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