shellscape / webpack-manifest-plugin

webpack plugin for generating asset manifests
MIT License
1.43k stars 186 forks source link

In some cases, the file path resolution is incorrect #217

Closed ShineKidd closed 3 years ago

ShineKidd commented 4 years ago

publicPath: '//cdn.example.com' ===> manifest:

//cdn.example.commain.js //cdn.example.commain.css

shellscape commented 3 years ago

@ShineKidd Thanks for opening this PR a while back, and I'm sorry that it didn't get attention sooner. We've landed a major refactor in #222 that has resulted in some significant conflicts. Would you be interested in reworking your PR on top of the new codebase and adding a test case?