The Wayback Machine - https://web.archive.org/web/20220717102454/https://github.com/topics/babel-minify
Skip to content
#

babel-minify

Here are 8 public repositories matching this topic...

Language: All
Filter by language
boopathi
boopathi commented Feb 20, 2017

Validate the entire tree of options passed to preset.

Maybe, each plugin can export a list of options that only babili preset understands and we can validate them only when using the preset and not when using the plugin separately.

module.exports = function plugin() {};
module.exports.options = PropTypes.object({
  n: PropTypes.number
});

Or, this can be implemented in bab

enhancement help wanted good first issue

Improve this page

Add a description, image, and links to the babel-minify topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the babel-minify topic, visit your repo's landing page and select "manage topics."

Learn more