Skip to content

Some extensions need to include .crx files #131

Description

@kennynguyeenx

I need to pack one extension which include another .crx files but for now they are ignored in code and we don't have any options to configure for it

For now, I have hard patched the module in node_modules folder but this is not ideal.

https://github.com/oncletom/crx/blob/master/src/index.js#L160

ignore: ["*.pem", ".git", "*.crx"]
=>
ignore: ["*.pem", ".git"]

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions