@vanilla-jsx/mdx-loader
v1.2.2
Published
vanilla jsx without Vue.js or React.js
Downloads
6
Readme
vanilla-jsx/mdx-loader
install and config
npm i @vanilla-jsx/mdx-loader
and edit webpack.config.js
:
const path = require('path');
module.exports = {
module: {
rules: [
{
test: /.mdx?$/,
use: [
'babel-loader',
'@vanilla-jsx/mdx-loader'
]
}
]
}
}
then, coding with mdx.