Skip to content
Snippets Groups Projects
Commit 7d8324d7 authored by Giuseppe Digilio's avatar Giuseppe Digilio
Browse files

Test to fix travis build issue

parent 37e7d96e
No related branches found
No related tags found
No related merge requests found
import { isNotEmpty } from '../shared/empty.util';
import { URLCombiner } from '../core/url-combiner/url-combiner';
import 'core-js/library/fn/object/entries';
export enum ViewMode {
List = 'list',
......
......@@ -26,8 +26,7 @@
"es6",
"es2015",
"es2016",
"es2017",
"es2017.object"
"es2017"
]
},
"exclude": [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment