mariusbalcytis / webpack-bundle

Bundle to Integrate Webpack into Symfony
MIT License
122 stars 36 forks source link

Make manifest and root paths configurable #49

Closed zalox closed 7 years ago

zalox commented 7 years ago

Hi,

I would like the opportunity to not use the cache directory for the manifest paths, please consider this change :)

zalox commented 7 years ago

This addresses #46 in some sense to.

mariusbalcytis commented 7 years ago

manifest_file_path should be configurable for that, I agree. Could you explain if there is a need for other parameters to be configurable in your case? As they are more like bundle internals (temporary files) and should not make such difference under normal circumstances.

zalox commented 7 years ago

Hi, Thank you for your quick reply! I would agree that manifest_file_path is the most useful one!

Scenarios where the others would be useful to move:

The json file I'm uncertain of what it does, is it useful for the dev-server?