Skip to content
This repository has been archived by the owner on Aug 4, 2021. It is now read-only.

fix: remove colon from module prefixes #371

Merged
merged 2 commits into from Apr 4, 2019

Commits on Jan 31, 2019

  1. fix: remove colon from module prefixes

    When using Rollup with the `preserveModules` option set, it outputs all modules to files. External commonjs modules end up with a file name like `_commonjs-external:modulename`. Using a colon inside a file name is invalid and results in a lot of problems.
    Manduro committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    a31a413 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2019

  1. Configuration menu
    Copy the full SHA
    367f048 View commit details
    Browse the repository at this point in the history