Tests to confirm v4 API

This commit is contained in:
psachs
2017-08-10 23:44:31 -04:00
parent 642948e984
commit 7e72aeec97
2 changed files with 2 additions and 2 deletions

View File

@@ -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';

View File

@@ -83,7 +83,7 @@ config
.end()
.module
.noParse.add(/.min.js$/).end()
.noParse(/.min.js$/)
.rule('compile')
.test(/.js$/)
.include