Skip to content

Guide on Compiling Third Party UMD Modules  #1255

Description

@sqwk

Is there a a guide for compiling third party libraries using browserify that are written in ES6 for use with the Angular CLI?

Currently any modules that I am trying to bundle can not be found by the cli when bundling them like this:

"dist:lib-es6": "rollup --format cjs src/foo.js --output dist/foo.rollup.js && browserify dist/foo.rollup.js --standalone Foo > dist/foo.es6.js"

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

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions