web-webpack-plugin icon indicating copy to clipboard operation
web-webpack-plugin copied to clipboard

plugin not take in account link[rel="import"]

Open perymimon opened this issue 8 years ago • 1 comments

plugin watch and copy all asset in HTML file . to make HTML file the entry point. but the important asset of the web-component is missing. import another .html file are you can add it, please?

webcomponents import

perymimon avatar Sep 10 '17 16:09 perymimon

need to import html too.

<link rel="import" href="xxx.html?_inline" />

HexMox avatar Oct 27 '17 12:10 HexMox