Skip to content

Conversation

@chouchouji
Copy link

@chouchouji chouchouji commented Aug 4, 2025

This PR contains:

  • bugfix
  • feature
  • refactor
  • documentation
  • other

Are tests included?

  • yes (bugfixes and features will not be merged without tests)
  • no

Breaking Changes?

  • yes (breaking changes will not be merged unless absolutely necessary)
  • no

If yes, then include "BREAKING CHANGES:" in the first commit message body, followed by a description of what is breaking.

List any relevant issue numbers:

Description

close #307

@chouchouji
Copy link
Author

@shellscape Thanks for your plugin. It helps me a lot. I have submitted a pr to resolve an issue. If you have any suggestions for modifications, please let me know.

@jdufresne
Copy link

I am also interested in this fix so I tried to resolve the CI issues so that this could be rebased and tested:

@chouchouji
Copy link
Author

I am also interested in this fix so I tried to resolve the CI issues so that this could be rebased and tested:

Thanks for you reply. I also noticed the CI failure. What changes do you think are needed for this PR?

@jdufresne
Copy link

What changes do you think are needed for this PR?

I have not other feedback. Once the CI fixes are merged, this can be rebase to see if all tests pass.

@chouchouji
Copy link
Author

What changes do you think are needed for this PR?

I have not other feedback. Once the CI fixes are merged, this can be rebase to see if all tests pass.

I will rebase the main branch after 309 was merged.

@shellscape shellscape force-pushed the master branch 3 times, most recently from 38f9528 to 323af06 Compare October 30, 2025 14:04
@shellscape
Copy link
Owner

Major updates to the repo. Please rebase and check that CI is passing.

@chouchouji
Copy link
Author

Major updates to the repo. Please rebase and check that CI is passing.

Done.

charliecreates bot pushed a commit that referenced this pull request Oct 30, 2025
…\n\n- publicPath 'auto' + basePath still prefixes manifest keys\n- publicPath 'auto' + plugin publicPath override applies to values\n\nRefs #307
shellscape pushed a commit that referenced this pull request Oct 30, 2025
* fix: ignore webpack `publicPath: 'auto'` when generating manifest paths\n\nTreat 'auto' as runtime-resolved publicPath so we don’t serialize it into the manifest. Adds a unit test covering the behavior.\n\nRefs #307

* test: port two 'publicPath: auto' cases from #308 (credit @chouchouji)\n\n- publicPath 'auto' + basePath still prefixes manifest keys\n- publicPath 'auto' + plugin publicPath override applies to values\n\nRefs #307

---------

Co-authored-by: CharlieHelps <[email protected]>
@shellscape
Copy link
Owner

Thanks for that. We had a bit of a race between Charlie and you and #312 was merged. Appreciate the PR and your work on it.

@shellscape shellscape closed this Oct 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support the webpack publicPath: 'auto' configuration

3 participants