mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-27 06:22:55 +08:00
Tests to confirm v4 API
This commit is contained in:
2
types/webpack-chain/index.d.ts
vendored
2
types/webpack-chain/index.d.ts
vendored
@@ -1,6 +1,6 @@
|
||||
// Type definitions for webpack-chain 3.0
|
||||
// Project: https://github.com/mozilla-neutrino/webpack-chain
|
||||
// Definitions by: Eirikur Nilsson <https://github.com/eirikurn>
|
||||
// Definitions by: Eirikur Nilsson <https://github.com/eirikurn>, Paul Sachs <https://github.com/psachs21>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
|
||||
import * as webpack from 'webpack';
|
||||
|
||||
@@ -83,7 +83,7 @@ config
|
||||
.end()
|
||||
|
||||
.module
|
||||
.noParse.add(/.min.js$/).end()
|
||||
.noParse(/.min.js$/)
|
||||
.rule('compile')
|
||||
.test(/.js$/)
|
||||
.include
|
||||
|
||||
Reference in New Issue
Block a user