Ignore webpack.statistics.*

This commit is contained in:
沐见南 2020-05-03 00:22:24 +08:00
parent 106060433d
commit 7e4f6d922f
6 changed files with 2 additions and 175 deletions

1
.gitignore vendored
View File

@ -1,5 +1,6 @@
StandardExmp/
dist/
webpack.statistics.*
# tmp
.tmp/

View File

@ -240,7 +240,7 @@
"selfFilter": {
"type": {
"filter": {
"selfFilter": true
"selfFilter": false
}
}
}

View File

@ -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