twig-webpack-extension
twig-webpack-extension copied to clipboard
How to use files from webpack-dev-server?
It looks like this library needs a static manifest.json
. I got it working with static files which is great for production. For development however you would want to use the webpack-dev-server
files.
We use docker with nginx to server the files. Would there be a work-a-round to get this working?
I have to check, but extention should work fine with remote manifest.json.
parameters:
webpack.manifest: http://localhost:9000/build/manifest.json
webpack.public_path_js: "http://localhost:9000/"
webpack.public_path_css: "http://localhost:9000/"