UNPKG

mdx-bundler

Version:

Compile and bundle your MDX files and their dependencies. FAST.

6 lines (5 loc) 241 B
"use strict"; // __dirname isn't supported in ESM files // we could use import.meta, but that may not be supported by whatever bundler // folks may be using, so we'll just go with this... module.exports = !__dirname.includes('mdx-bundler');