@studiometa/webpack-config-preset-markdown
TypeScript icon, indicating that this package has built-in type declarations

5.3.1 • Public • Published

@studiometa/webpack-config-preset-markdown

NPM Version

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()],
  // ...
});

Package Sidebar

Install

npm i @studiometa/webpack-config-preset-markdown

Weekly Downloads

141

Version

5.3.1

License

MIT

Unpacked Size

3.2 kB

Total Files

4

Last publish

Collaborators

  • jeremiewerner