Skip to content

Commit

Permalink
Fix webpack type error
Browse files Browse the repository at this point in the history
  • Loading branch information
Perlmint committed Jun 29, 2019
1 parent 62f3369 commit f896b52
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 26 deletions.
28 changes: 4 additions & 24 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@
"@types/mocha": "^5.2.7",
"@types/node": "^8.10.49",
"@types/stream-buffers": "^3.0.3",
"@types/tapable": "^1.0.4",
"@types/tmp": "^0.1.0",
"@types/webpack": "^3.8.18",
"@types/uglify-js": "^3.0.4",
"chai": "^4.2.0",
"cross-env": "^5.2.0",
"mocha": "^6.1.4",
Expand Down
2 changes: 1 addition & 1 deletion webpack/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

/// <reference types="node" />

import * as Tapable from 'tapable';
import { Tapable } from 'tapable';
import * as UglifyJS from 'uglify-js';
import * as SourceMap from 'source-map';

Expand Down

0 comments on commit f896b52

Please sign in to comment.