Luobata / webpack-include-loader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Webpack-include-loader

a webpack include loader for some synax not support include like .md

Installation

npm install --save-dev webpack-include-loader

Demo

### Include-loader-demo

webpack include loader

$$('./file/a.md')

Options

key type default explain
token RegExp /$$((.*))/g match the string $$('include file path')

About

License:MIT License


Languages

Language:JavaScript 89.2%Language:HTML 10.8%