@farmfe/plugin-yaml
Inspired By @rollup/plugin-yaml
🍣 A Farm plugin which Converts YAML files to ES6 modules.
Installation
- npm
- yarn
- pnpm
Usage
farm.config.ts
notice:
include or exclude is Regex not glob For example **/01.yaml
is not illegal。What is right is like ".*\\/01.yaml"