twig-webpack-extension icon indicating copy to clipboard operation
twig-webpack-extension copied to clipboard

How to use files from webpack-dev-server?

Open adriaandotcom opened this issue 4 years ago • 1 comments

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?

adriaandotcom avatar May 15 '20 14:05 adriaandotcom

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/"

fullpipe avatar May 22 '20 06:05 fullpipe