JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 176
  • Score
    100M100P100Q95193F
  • License MIT

Re-define plugins for attaching and resolving external dependencies

Package Exports

  • re-define-include-external

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (re-define-include-external) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

re-define-include-external

re-define plugin for finding external files, outside the scope of the project.

Usage:

var findExternal = require('re-define-include-external')({
    external     : {"lodash":"./vendor/lodash.js"}
  , discoverable : ['node_modules', 'bower_component']
  , descriptors  : ['package.json', 'bower.json']
  , skip         : ['module_name']
  })