JSPM

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

node loader module for enhanced-require

Package Exports

  • node-loader

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 (node-loader) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

node loader for webpack

Usage

var stuff = require("node!./file.node");
// => exectues the node native module in enhanced-require

License

MIT (http://www.opensource.org/licenses/mit-license.php)