8000 --no-minify is required non-ideally · Issue #1 · akdb/pso-tracker · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
--no-minify is required non-ideally #1
Closed
@schwjm

Description

@schwjm

"build": "npm run archive && parcel build --no-cache --no-minify --public-url ./ src/*.html",

SVG.js breaks down when minified by terser (some of its internal classnames are clobbered even when asking terser not to do that, and it relies on some pseudo-reflection to match SVGElement subclasses up by name). Parcel also does not allow excluding certain files or modules from the minification process, it's all or nothing for the whole build.

As a result, build outputs do not actually benefit from minification. --no-minify ideally should be removed when it would not break things to do so.

Once issues are resolved upstream or new configuration options are available, this issue can be addressed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    upstream-issueRequires changes in dependencies to resolve

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0