-
Notifications
You must be signed in to change notification settings - Fork 200
Open

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:
tools/packages/build/src/js-transform.ts
Line 286 in 1fe1c22
const result = babelCore.transformFromAst(ast, js, {presets, plugins}); |
by passing {presets, plugins, comments: false}
hlridge, jonapgar, ThomasOrlita and quackbarc
Metadata
Metadata
Assignees
Labels
No labels