@billogram/webpack-plugin-on-done

A webpack plugin for the compiler done hook

Usage no npm install needed!

<script type="module">
  import billogramWebpackPluginOnDone from 'https://cdn.skypack.dev/@billogram/webpack-plugin-on-done';
</script>

README

@billogram/webpack-plugin-on-done

A webpack plugin for the compiler done hook

Install

yarn add @billogram/webpack-plugin-on-done

Usage

import WebpackOnDonePlugin from '@billogram/webpack-plugin-on-done';


module.exports = {
    plugins: [
        new WebpackOnDonePlugin(function(stats) {
            // do something on done.
        }),
    ],
};

Note

This library is being published with our use cases in mind and is not necessarily meant to be consumed by the broader public. We probably won't take your feature requests unless they align with our own needs.

License

MIT