Ignore webpack.statistics.*
This commit is contained in:
parent
106060433d
commit
7e4f6d922f
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,5 +1,6 @@
|
||||
StandardExmp/
|
||||
dist/
|
||||
webpack.statistics.*
|
||||
# tmp
|
||||
.tmp/
|
||||
|
||||
|
@ -240,7 +240,7 @@
|
||||
"selfFilter": {
|
||||
"type": {
|
||||
"filter": {
|
||||
"selfFilter": true
|
||||
"selfFilter": false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -97,7 +97,6 @@ export class Visual implements IVisual {
|
||||
}
|
||||
public update(options: VisualUpdateOptions) {
|
||||
//pbi
|
||||
|
||||
this.events.renderingStarted(options);
|
||||
this.settings = Visual.parseSettings(options && options.dataViews && options.dataViews[0]);
|
||||
let dataView = options.dataViews[0];
|
||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user