@rdx-js/build-webpack-loader
v1.2.0
Published
Webpack loader for Markdown, RDX, and RCX files
Downloads
42
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-loaderUsage
// ...
module: {
rules: [
// ...
{
test: /\.[rdx|md]$/,
use: [
'babel-loader',
'@rdx-js/build-webpack-loader'
]
}
]
}License
A Sync Health Labs innovation
