@mapbox/jsxtreme-markdown-loader v3.1.0
@mapbox/jsxtreme-markdown-loader
Webpack loader to transform Markdown with interpolated JS and JSX into React components.
Runs files through the toComponentModule function of jsxtreme-markdown.
Please read that documentation for more information.
For more information about jsxtreme-markdown features, read the README at the root of this monorepo.
Installation
npm install @mapbox/jsxtreme-markdown-loaderUsage
Follow the instructions for using Webpack loaders.
By default, the output of this loader is precompiled with Babel.
You can bypass this step (and use your own compilation) by set the option precompile: false.
options
You can pass all of the options from toComponentModule.
Additional options for the loader:
getWrapper
Type: (resource: string) => string.
A function that receives the Webpack module's resource as an argument, and returns the path to a wrapper component.
You can use this to automatically determine the wrapper component based on the Markdown file's path.
2 years ago
3 years ago
3 years ago
3 years ago
4 years ago
4 years ago
5 years ago
7 years ago
7 years ago
7 years ago
7 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago