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

[FEATURE] Load manifest.json from webserver instead of file

Open tina-junold opened this issue 7 years ago • 0 comments

Hello,

im using the "webpack-dev-server" which is serving all files (including the manifest.json). While setting the public path for json/css to the server is uncritical, there should be the prossibility also set an url to the manifest:

webpack.manifest: "http://node:8080/static/manifest.json"
webpack.public_path_js: http://www.webpack.box:8080/static/
webpack.public_path_css: http://www.webpack.box:8080/static/

tina-junold avatar Jun 13 '17 09:06 tina-junold