atom-markdown-loader

1.0.0 • Public • Published

atom-markdown-loader

Atom Markdown component loader for Webpack.

Under Development

Usage

{
    module: {
        loaders: [
            {
                test: /\.md$/,
                loader: 'atom-markdown-loader'
            }
        ]
    }
}

Test

npm install
npm install atom-loader
npm test

Thanks

License

MIT

Package Sidebar

Install

npm i atom-markdown-loader

Weekly Downloads

3

Version

1.0.0

License

MIT

Unpacked Size

70.7 kB

Total Files

24

Last publish

Collaborators

  • cxtom