Skip to content

polymer-build remove comments #3471

@ghost

Description

Currently the polymer build tool leaves all comments in. If the user specifies js: minify, I believe comments should be removed. This could be achieved here:

const result = babelCore.transformFromAst(ast, js, {presets, plugins});

by passing {presets, plugins, comments: false}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions