From 7e4f6d922f85b8a2b0ab45492be73a70d1b3f3c9 Mon Sep 17 00:00:00 2001 From: MuJianNan Date: Sun, 3 May 2020 00:22:24 +0800 Subject: [PATCH] Ignore webpack.statistics.* --- .gitignore | 1 + capabilities.json | 2 +- src/visual.ts | 1 - webpack.statistics.dev.html | 53 ---------------------------- webpack.statistics.html | 67 ------------------------------------ webpack.statistics.prod.html | 53 ---------------------------- 6 files changed, 2 insertions(+), 175 deletions(-) delete mode 100644 webpack.statistics.dev.html delete mode 100644 webpack.statistics.html delete mode 100644 webpack.statistics.prod.html diff --git a/.gitignore b/.gitignore index 1046106..f9852ea 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ StandardExmp/ dist/ +webpack.statistics.* # tmp .tmp/ diff --git a/capabilities.json b/capabilities.json index 22b1ebb..f6c74dd 100644 --- a/capabilities.json +++ b/capabilities.json @@ -240,7 +240,7 @@ "selfFilter": { "type": { "filter": { - "selfFilter": true + "selfFilter": false } } } diff --git a/src/visual.ts b/src/visual.ts index 9be29a8..3761743 100644 --- a/src/visual.ts +++ b/src/visual.ts @@ -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]; diff --git a/webpack.statistics.dev.html b/webpack.statistics.dev.html deleted file mode 100644 index 206278d..0000000 --- a/webpack.statistics.dev.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - - - Webpack Bundle Analyzer [26 Apr 2020 at 22:56] - - - - - - - - - - - -
- - - diff --git a/webpack.statistics.html b/webpack.statistics.html deleted file mode 100644 index 3091d86..0000000 --- a/webpack.statistics.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - - - visual [6 Feb 2020 at 18:51] - - - - - - - - - - - -
- - - diff --git a/webpack.statistics.prod.html b/webpack.statistics.prod.html deleted file mode 100644 index 89f77ff..0000000 --- a/webpack.statistics.prod.html +++ /dev/null @@ -1,53 +0,0 @@ - - - - - - Webpack Bundle Analyzer [26 Apr 2020 at 22:55] - - - - - - - - - - - -
- - -