Skip to content

Files not being obfuscated #32

Description

@rohitmodi12

Previously I am facing this issue:
"TypeError: Cannot read property 'transformFile' of undefined"

But It is resolved by this code.
getTransformModulePath: () => {
return require.resolve('./transformer');
}

But after creating build, code is not being obfuscated.
And I want to obfuscate single file instead of "src" folder.

Please help.
Thanks.

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