File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -23,14 +23,6 @@ var mainIndex = fs.readFileSync(pathToPlotlyIndex, 'utf-8');
23
23
var allTraces = fs . readdirSync ( path . join ( pathToSrc , 'traces' ) )
24
24
. filter ( startsWithLowerCase ) ;
25
25
26
- // traces that exist which are not part of the main bundle.
27
- var excludedTraces = [
28
- 'parcoords-strict' ,
29
- 'scattergl-strict' ,
30
- 'scatterpolargl-strict' ,
31
- 'splom-strict' ,
32
- ] ;
33
-
34
26
var allTransforms = fs . readdirSync ( path . join ( pathToSrc , 'transforms' ) )
35
27
. filter ( function ( v ) {
36
28
return startsWithLowerCase ( v ) && v !== 'helpers.js' ;
@@ -198,7 +190,6 @@ module.exports = {
198
190
199
191
allTransforms : allTransforms ,
200
192
allTraces : allTraces ,
201
- excludedTraces : excludedTraces ,
202
193
mainIndex : mainIndex ,
203
194
pathToPlotlyIndex : pathToPlotlyIndex ,
204
195
pathToPlotlyStrict : pathToPlotlyStrict ,
You can’t perform that action at this time.
0 commit comments