Skip to content

Commit

Permalink
feat: upgrade esbuild to and support supported buildOption and new co…
Browse files Browse the repository at this point in the history
…py loader
  • Loading branch information
mrgrain committed Jun 23, 2022
1 parent 49b73d4 commit 3ac5d92
Show file tree
Hide file tree
Showing 3 changed files with 637 additions and 1,187 deletions.
24 changes: 24 additions & 0 deletions API.md
Original file line number Diff line number Diff line change
Expand Up @@ -746,6 +746,18 @@ Documentation: https://esbuild.github.io/api/#splitting.

---

##### `supported`<sup>Optional</sup> <a name="@mrgrain/cdk-esbuild.BuildOptions.property.supported"></a>

```typescript
public readonly supported: {[ key: string ]: boolean};
```

- *Type:* {[ key: string ]: `boolean`}

Documentation: https://esbuild.github.io/api/#supported.

---

##### `target`<sup>Optional</sup> <a name="@mrgrain/cdk-esbuild.BuildOptions.property.target"></a>

```typescript
Expand Down Expand Up @@ -1501,6 +1513,18 @@ Documentation: https://esbuild.github.io/api/#sources-content.

---

##### `supported`<sup>Optional</sup> <a name="@mrgrain/cdk-esbuild.TransformOptions.property.supported"></a>

```typescript
public readonly supported: {[ key: string ]: boolean};
```

- *Type:* {[ key: string ]: `boolean`}

Documentation: https://esbuild.github.io/api/#supported.

---

##### `target`<sup>Optional</sup> <a name="@mrgrain/cdk-esbuild.TransformOptions.property.target"></a>

```typescript
Expand Down
Loading

0 comments on commit 3ac5d92

Please sign in to comment.