Skip to content

Commit

Permalink
fix: use dev server plugin env var to define the plugin package name …
Browse files Browse the repository at this point in the history
…or path
  • Loading branch information
davbree committed Mar 6, 2024
2 parents 2ff7d4b + e3440b8 commit 24f44b6
Show file tree
Hide file tree
Showing 6 changed files with 573 additions and 44 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
node-version: ['18.14.0', '*']
shard: ['1/3', '2/3', '3/3']
shard: ['1/4', '2/4', '3/4', '4/4']

exclude:
- os: macOS-latest
Expand Down
14 changes: 14 additions & 0 deletions CHANGELOG.md
Expand Up @@ -13,6 +13,20 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).



## [17.18.0](https://github.com/netlify/cli/compare/v17.17.2...v17.18.0) (2024-03-05)


### Features

* introduce env var to include dev server plugin ([#6410](https://github.com/netlify/cli/issues/6410)) ([31e2abf](https://github.com/netlify/cli/commit/31e2abfa93bf6b374ec08ff8e6b8aba8bef42916))

## [17.17.2](https://github.com/netlify/cli/compare/v17.17.1...v17.17.2) (2024-03-01)


### Bug Fixes

* support remote_images regexes ([#6388](https://github.com/netlify/cli/issues/6388)) ([083c5c1](https://github.com/netlify/cli/commit/083c5c1d9cf2c9886e6b487a31c51bfb9e7b12ed))

## [17.17.1](https://github.com/netlify/cli/compare/v17.17.0...v17.17.1) (2024-02-26)


Expand Down

0 comments on commit 24f44b6

Please sign in to comment.