This commit is contained in:
IAMtheIAM
2017-08-15 14:18:16 -07:00
committed by GitHub
parent 5002dcc843
commit fdeb1336e3

View File

@@ -611,7 +611,7 @@ function loader(this: webpack.loader.LoaderContext, source: string, sourcemap: s
this.resolve('context', 'request', ( err: Error, result: string) => {});
this.emitError('wraning');
this.emitError('warning');
this.callback(null, source);
}