@skyrpex/manifest-webpack-plugin

Creates an asset manifest

Usage no npm install needed!

<script type="module">
  import skyrpexManifestWebpackPlugin from 'https://cdn.skypack.dev/@skyrpex/manifest-webpack-plugin';
</script>

README

Manifest Webpack plugin

Installation

npm install @skyrpex/manifest-webpack-plugin

Usage

// webpack.config.js
import ManifestPlugin from '@skyrpex/manifest-webpack-plugin';

export default {
  // ...
  plugins: [
    new ManifestPlugin('path/to/manifest.json'),
  ],
};