Skip to content

Transpile to Common.JS before shipping #1

@lleaff

Description

@lleaff

Currently the code uses ES2015 modules and the Node.js API isn't transpiled in any way before publishing.

This means a simple const rename = require('safe-rename-cli') won't work unless the client also transpiles its dependencies.

To fix this, either finalize the multipackages branch or transpile the library files separately.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions