JSPM

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

Webpack loader for Markdown, RDX, and RCX files

Package Exports

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

Readme

@rdx-js/build-webpack-loader

Webpack loader for RDX. Part of the Besync design system for digital conversations.

Installation

npm:

npm i -D @rdx-js/build-webpack-loader

Usage

// ...
module: {
  rules: [
    // ...
    {
      test: /\.[rdx|md]$/,
      use: [
        'babel-loader',
        '@rdx-js/build-webpack-loader'
      ]
    }
  ]
}

License

MIT © Synchronous Health

A Sync Health Labs innovation