UNPKG

186 BJavaScriptView Raw
1module.exports = function (bundler) {
2 const assetTypePath = require.resolve('./MDXAsset.js')
3 bundler.addAssetType('md', assetTypePath)
4 bundler.addAssetType('mdx', assetTypePath)
5}