Skip to content

Commit

Permalink
feat(webpack-plugins): remove html-webpack-inline-source-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed May 24, 2020
1 parent 7d61dd0 commit f5a3e44
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/webpack-plugins/shim.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@ declare module 'html-webpack-harddisk-plugin' {
export = HtmlWebpackHarddiskPlugin
}

declare module 'html-webpack-inline-source-plugin' {
import { Plugin } from 'webpack'
class HtmlWebpackInlineSourcePlugin extends Plugin {}
export = HtmlWebpackInlineSourcePlugin
}

declare module 'lazy-compile-webpack-plugin' {
import { Plugin, Stats } from 'webpack'

Expand Down

0 comments on commit f5a3e44

Please sign in to comment.