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

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

Dependencies (4)

Dev Dependencies (0)

    Package Sidebar

    Install

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

    Weekly Downloads

    358

    Version

    6.0.3

    License

    MIT

    Unpacked Size

    3.19 kB

    Total Files

    4

    Last publish

    Collaborators

    • jeremiewerner