From f9da1d14364dcd94aea84edbca8f61482190edbd Mon Sep 17 00:00:00 2001 From: Kevin Groat Date: Sun, 6 Jan 2019 22:05:48 -0500 Subject: [PATCH] Returned TypeScript Version --- types/workbox-webpack-plugin/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/workbox-webpack-plugin/index.d.ts b/types/workbox-webpack-plugin/index.d.ts index 32691ed3f2..6e27ffa563 100644 --- a/types/workbox-webpack-plugin/index.d.ts +++ b/types/workbox-webpack-plugin/index.d.ts @@ -2,7 +2,7 @@ // Project: https://github.com/GoogleChrome/workbox/blob/master/packages/workbox-webpack-plugin // Definitions by: Kevin Groat // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -// typesVerisons: 3.0, 3.1, 3.2 +// TypeScript Version: 3.2 import { Loader, Plugin } from 'webpack';