Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

@wordpress/dependency-extraction-webpack-plugin conflict with webpack-manifest-plugin #44674

Open
coreyworrell opened this issue Oct 4, 2022 · 0 comments
Labels
Needs Technical Feedback Needs testing from a developer perspective. [Package] Dependency Extraction Webpack Plugin /packages/dependency-extraction-webpack-plugin [Type] Bug An existing feature does not function as intended

Comments

@coreyworrell
Copy link
Contributor

Description

Expected Behavior

I would expect manifest to output the same filename that @wordpress/dependency-extraction-webpack-plugin produces.

{
  "dist/main.js": "dist/main.86dc87f033.js",
  "dist/main.asset.php": "dist/main.86dc87f033.asset.php"
}

Actual Behavior

It outputs without the ".asset" part of the filename

{
  "dist/main.js": "dist/main.86dc87f033.js",
  "dist/main.php": "dist/main.86dc87f033.asset.php"
}

Additional Information

I'm not sure if this is an issue with the WP package or with manifest plugin.

Step-by-step reproduction instructions

https://replit.com/@cworrell/manifest-plugin-repro

Screenshots, screen recording, code snippet

No response

Environment info

  • WordPress 6.0.2
  • Gutenberg plugin not installed
  • Manifest Plugin Version: 5.0.0
  • WordPress Dependency Extraction Version: 3.3.0
  • Webpack Version: 5.74.0

Please confirm that you have searched existing issues in the repo.

Yes

Please confirm that you have tested with all plugins deactivated except Gutenberg.

Yes

@kathrynwp kathrynwp added [Type] Bug An existing feature does not function as intended [Package] Dependency Extraction Webpack Plugin /packages/dependency-extraction-webpack-plugin Needs Technical Feedback Needs testing from a developer perspective. labels Oct 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs Technical Feedback Needs testing from a developer perspective. [Package] Dependency Extraction Webpack Plugin /packages/dependency-extraction-webpack-plugin [Type] Bug An existing feature does not function as intended
2 participants