README
asset-manifest-plugin
This plugin creates an asset manifest json file of all files emitted by Webpack.
Install
npm install --save-dev asset-manifest-plugin
Usage
Coming soon
License
MIT
Asset manifest plugin for Webpack 4+.
<script type="module">
import assetManifestPlugin from 'https://cdn.skypack.dev/asset-manifest-plugin';
</script>
This plugin creates an asset manifest json file of all files emitted by Webpack.
npm install --save-dev asset-manifest-plugin
Coming soon
MIT