@rdx-js/build-webpack-loader

1.2.0 • Public • Published

@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

Package Sidebar

Install

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

Weekly Downloads

28

Version

1.2.0

License

MIT

Unpacked Size

3.28 kB

Total Files

4

Last publish

Collaborators

  • tinialabs1
  • guycreate