UNPKG

webpack-john-wick-server

Version:

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

14 lines (10 loc) 193 B
It will have served. It will be of service. ## Usage ``` const JohnWickServer = require('webpack-john-wick-server') const webpackConfig = { plugins: [ new JohnWickServer(), ], } ```