Skip to content
This repository has been archived by the owner on Mar 16, 2020. It is now read-only.

Added transform option #4

Closed
wants to merge 1 commit into from
Closed

Added transform option #4

wants to merge 1 commit into from

Conversation

gcphost
Copy link

@gcphost gcphost commented Sep 22, 2016

If transform option is defined the transform settings object will be
merged with the settings defined allowing users to over-ride or append
new settings.

new BabiliPlugin({
    comments: false,
    transform: {
      presets: null,
      plugins: [
        require("babel-plugin-minify-dead-code-elimination"),
      ]
    }
  })

If transform option is defined the transform settings object will be
merged with the settings defined allowing users to over-ride or append
new settings.
@boopathi
Copy link
Member

boopathi commented Oct 8, 2016

Closing this in favour of babel/minify#162

@boopathi boopathi closed this Oct 8, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants