mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-25 08:41:39 +08:00
build: update @types/babel__core to version 7.1.14
This commit is contained in:
parent
e36c7e3cec
commit
6916bc912b
@ -106,7 +106,8 @@ export default custom<AngularCustomOptions>(() => {
|
||||
...configuration.options,
|
||||
// Workaround for https://github.com/babel/babel-loader/pull/896 is available
|
||||
// Delete once the above PR is released
|
||||
inputSourceMap: (configuration.options.inputSourceMap || false as {}), // Typings are not correct
|
||||
// tslint:disable-next-line: no-any
|
||||
inputSourceMap: (configuration.options.inputSourceMap || false as any), // Typings are not correct
|
||||
presets: [
|
||||
...(configuration.options.presets || []),
|
||||
[
|
||||
|
Loading…
x
Reference in New Issue
Block a user