@studiometa/webpack-config-preset-markdown
v6.3.1
Published
[![NPM Version](https://img.shields.io/npm/v/@studiometa/webpack-config-preset-markdown.svg?style=flat-square)](https://www.npmjs.com/package/@studiometa/webpack-config-preset-vue-2)
Downloads
1,574
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-markdown
And 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()],
// ...
});