infinum / webpack-asset-pipeline

🚀 A missing link for the asset pipeline alternative with Webpack.
https://infinum.co/the-capsized-eight/squeezing-webpack-into-backend-frameworks
MIT License
30 stars 5 forks source link

Feature/refactor #9

Closed andreicek closed 8 years ago

andreicek commented 8 years ago

Please check if the PR fulfills these requirements

What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)

What is the current behavior? (You can also link to an open issue here)

In mapAssetPath you would have received outputPath that you shouldn't worry about at all.

What is the new behavior?

Now there are three arguments in the mapAssetPath: requirePath, assetName, isChunk.

Does this PR introduce a breaking change?

If this PR contains a breaking change, please describe the following...

Other information: