We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9323364 commit 4810acaCopy full SHA for 4810aca
src/index.ts
@@ -1,12 +1,12 @@
1
-import {WebpackConfig, get} from '@easy-webpack/core'
+import {WebpackConfigWithMetadata, get} from '@easy-webpack/core'
2
import * as path from 'path'
3
4
/**
5
* Tslint loader support for *.ts files
6
* See: https://github.com/wbuchwalter/tslint-loader
7
*/
8
export = function tslint({options = undefined, exclude = null} = {}) {
9
- return function tslint(this: WebpackConfig): WebpackConfig {
+ return function tslint(this: WebpackConfigWithMetadata): WebpackConfigWithMetadata {
10
return {
11
module: {
12
preLoaders: get(this, 'module.preLoaders', []).concat([
0 commit comments