Skip to content

Regression: sites with next export should cause the plugin to no-op #118

Closed
@jlengstorf

Description

@jlengstorf

Describe the bug
Because sites using next export don't need special treatment (they generate static assets that follow the Jamstack architecture pattern), this plugin doesn't need to do anything when that option is set. However, we do want to plugin available in case folks switch from using export to using Next features that need the plugin.

To support that, we need the plugin to no-op when next export is set. This worked before 3.0.0, which introduced a lot of changes around next config handling to support the breaking changes in next@10.0.8, so we have a regression somewhere.

Metadata

Metadata

Assignees

Labels

type: bugcode to address defects in shipped code

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions