Skip to content

Commit

Permalink
Merge pull request #24 from farm-fe/fix/build
Browse files Browse the repository at this point in the history
fix: build error
  • Loading branch information
Maidang1 authored Jul 4, 2024
2 parents 12e93d4 + 415e3c4 commit 5c904ff
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 59 deletions.
3 changes: 0 additions & 3 deletions packages/image/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
"types": "scripts/index.d.ts",
"type": "module",
"license": "MIT",
"devDependencies": {
"@farmfe/plugin-tools": "latest"
},
"napi": {
"name": "farmfe_plugin_image",
"triples": {
Expand Down
3 changes: 0 additions & 3 deletions packages/url/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
"types": "scripts/index.d.ts",
"type": "module",
"license": "MIT",
"devDependencies": {
"@farmfe/plugin-tools": "latest"
},
"napi": {
"name": "farmfe_plugin_url",
"triples": {
Expand Down
36 changes: 0 additions & 36 deletions packages/yaml/readmd.md

This file was deleted.

6 changes: 3 additions & 3 deletions packages/yaml/readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# @farmfe/plugin-yaml
# @farmfe/plugin-yml

Inspired By [@rollup/plugin-yaml](https://www.npmjs.com/package/@rollup/plugin-yaml)

Expand All @@ -7,7 +7,7 @@ Inspired By [@rollup/plugin-yaml](https://www.npmjs.com/package/@rollup/plugin-y
## install

```bash
pnpm add -D @farmfe/plugin-yaml
pnpm add -D @farmfe/plugin-yml
```

## Usage
Expand All @@ -20,7 +20,7 @@ import { defineConfig } from '@farmfe/core';
export default defineConfig({
plugins: [
[
'@farmfe/plugin-yaml',
'@farmfe/plugin-yml',
{
documentMode: 'single' | 'multi', // default single
include: Regex, // default None,
Expand Down
38 changes: 24 additions & 14 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5c904ff

Please sign in to comment.