forked from apache/superset
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: speed up storybook build (apache#160)
* build: speedup storybook build * build: noParse for jquery and d3 * fix: remove unused * build: add more ignore * fix: broken build * fix: adjust list of modules * fix: adjust list of modules * fix: adjust list of modules * fix: adjust list of modules * fix: adjust list of modules * fix: adjust list of modules * build: reduce parellism * fix: reduce parellism * fix: reduce parellism * fix: try * fix: remove src import * fix: list of lib * fix: list of lib * fix: keep fixing * fix: keep fixing * fix: disable mapbox * fix: bug * fix: disable another * fix: remove unused commands * fix: add comments
- Loading branch information
1 parent
090b770
commit 71598e9
Showing
7 changed files
with
54 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 8 additions & 6 deletions
14
...kages/superset-ui-plugins-demo/storybook/stories/legacy-plugin-chart-country-map/index.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,10 @@ | ||
import CountryMapChartPlugin from '../../../../superset-ui-legacy-plugin-chart-country-map'; | ||
import Stories from './Stories'; | ||
// Disable temporarily | ||
|
||
new CountryMapChartPlugin().configure({ key: 'country-map' }).register(); | ||
// import CountryMapChartPlugin from '../../../../superset-ui-legacy-plugin-chart-country-map'; | ||
// import Stories from './Stories'; | ||
|
||
export default { | ||
examples: [...Stories], | ||
}; | ||
// new CountryMapChartPlugin().configure({ key: 'country-map' }).register(); | ||
|
||
// export default { | ||
// examples: [...Stories], | ||
// }; |
14 changes: 8 additions & 6 deletions
14
.../packages/superset-ui-plugins-demo/storybook/stories/legacy-plugin-chart-map-box/index.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,10 @@ | ||
import MapBoxChartPlugin from '../../../../superset-ui-legacy-plugin-chart-map-box'; | ||
import Stories from './Stories'; | ||
// Disable temporarily | ||
|
||
new MapBoxChartPlugin().configure({ key: 'map-box' }).register(); | ||
// import MapBoxChartPlugin from '../../../../superset-ui-legacy-plugin-chart-map-box'; | ||
// import Stories from './Stories'; | ||
|
||
export default { | ||
examples: [...Stories], | ||
}; | ||
// new MapBoxChartPlugin().configure({ key: 'map-box' }).register(); | ||
|
||
// export default { | ||
// examples: [...Stories], | ||
// }; |
4 changes: 2 additions & 2 deletions
4
...gins/packages/superset-ui-plugins-demo/storybook/stories/preset-chart-xy/BoxPlot/index.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...plugins/packages/superset-ui-plugins-demo/storybook/stories/preset-chart-xy/Line/index.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
.../packages/superset-ui-plugins-demo/storybook/stories/preset-chart-xy/ScatterPlot/index.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters