@studiometa/webpack-config-preset-markdown
v6.3.6
Published
[](https://www.npmjs.com/package/@studiometa/webpack-config-preset-vue-2)
Maintainers
Readme
@studiometa/webpack-config-preset-markdown
A preset for @studiometa/webpack-config to add markdown support to your project.
Usage
Install the package:
npm install --save-dev @studiometa/webpack-config-preset-markdownAnd load the preset in the meta.config.js file:
import { defineConfig } from '@studiometa/webpack-config';
import { markdown } from '@studiometa/webpack-config-preset-markdown';
export default defineConfig({
presets: [markdown()],
// ...
});