Skip to content

fix: improve comments handling in presets + api + gulp#855

Merged
boopathi merged 3 commits intomasterfrom
fix-comm
May 17, 2018
Merged

fix: improve comments handling in presets + api + gulp#855
boopathi merged 3 commits intomasterfrom
fix-comm

Conversation

@vigneshshanmugam
Copy link
Copy Markdown
Member

babel = babelCore,
minifyPreset = babelPresetMinify,
comments = /preserve|licen(s|c)e/,
comments = /^\**!|@preserve|@licen(c|s)e|@cc_on/,
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Th (s|c) can be shortened to [sc].

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool, will update 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Tag: Bug Fix Pull Request fixes a bug

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants