UNPKG

webpack-john-wick-server

Version:

Indicates after compiling that Webpack has served and will be of service.

10 lines (8 loc) 203 B
class JohnWickServer { apply(compiler) { compiler.hooks.done.tap('john-wick-plugin', () => { console.log('I have served. I will be of service.') }) } } module.exports = JohnWickServer