inline-source-webpack-plugin icon indicating copy to clipboard operation
inline-source-webpack-plugin copied to clipboard

A webpack plugin to embed css/js resource in the html.

Results 1 inline-source-webpack-plugin issues
Sort by recently updated
recently updated
newest added
trafficstars

## Problem description When inlining a script using ``` new InlineSourceWebpackPlugin({ compress: true, noAssetMatch: "error", }), ``` and ``` ``` The asset to be inlined is not located in the...