Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

webpack-john-wick-server

wizardist11MIT1.0.1

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

Webpack, John, Wick

readme

It will have served. It will be of service.

Usage

const JohnWickServer = require('webpack-john-wick-server')

const webpackConfig = {
  plugins: [
    new JohnWickServer(),
  ],
}