1.0.0-9 • Published 8 years ago

@comp/md-loader v1.0.0-9

Weekly downloads
2
License
MIT
Repository
-
Last release
8 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

8 years ago

1.0.0-8

8 years ago

1.0.0-7

8 years ago

1.0.0-6

8 years ago

1.0.0-5

8 years ago

1.0.0-4

8 years ago

1.0.0-3

8 years ago

1.0.0-2

8 years ago

1.0.0-1

8 years ago

1.0.0-0

8 years ago