1.0.0-9 • Published 6 years ago

@comp/md-loader v1.0.0-9

Weekly downloads
2
License
MIT
Repository
-
Last release
6 years ago

@comp/md-loader

Webpack loader for @comp/md

npm i @comp/md-loader
// webpack.config.js
{
  module: {
    rules: [
      {
        test: /\.md$/,
        use: [
          'babel-loader',
          '@comp/md-loader'
        ]
      }
    ]
  }
}
import React from 'react'
import Hello from './hello.md'

export default () => (
  <Hello />
)
1.0.0-9

6 years ago

1.0.0-8

6 years ago

1.0.0-7

6 years ago

1.0.0-6

6 years ago

1.0.0-5

6 years ago

1.0.0-4

6 years ago

1.0.0-3

6 years ago

1.0.0-2

6 years ago

1.0.0-1

6 years ago

1.0.0-0

6 years ago