Skip to content

Polymer build exclude file js for minify  #601

@maxiplay

Description

@maxiplay

I'm using external dependency already minified. The build process create a new minfied file that break the external dependency. So I test to exclude this dependency from minification

"js": { "compile": false, "minify": { "exclude": ["**.min.js"] } },

The feature is now not broken but it seems the file is not minified anymore.

It's a standard behavior to unminified external file imported in html import ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions