File tree Expand file tree Collapse file tree 1 file changed +3
-14
lines changed Expand file tree Collapse file tree 1 file changed +3
-14
lines changed Original file line number Diff line number Diff line change @@ -13,18 +13,14 @@ module.exports = {
1313 DIR_NAME : `${ __dirname } ` ,
1414
1515 EXAMPLES : [
16+ // TODO: Uncomment the "Plots" example to see Webpack errors.
17+ // Make sure to rebuild react-vis to see the issues.
1618 // {
1719 // title: 'Plots',
1820 // // Path to code to download
1921 // path: 'docs/examples/showcases/plots-showcase',
2022 // image: 'images/examples/demo-thumb-line.jpg',
2123 // componentUrl: resolve(__dirname, '../showcase/showcase-sections/plots-showcase.js')
22- // },
23- // {
24- // title: 'my example',
25- // path: 'examples/my-example/',
26- // image: 'images/my-example.jpg',
27- // componentUrl: '../examples/app.js'
2824 // }
2925 ] ,
3026 // your table of contents go there
@@ -71,13 +67,6 @@ module.exports = {
7167
7268 // For showing star counts and contributors.
7369 // Should be like btoa('YourUsername:YourKey') and should be readonly.
74- GITHUB_KEY : null ,
70+ GITHUB_KEY : null
7571
76- webpack : {
77- resolve : {
78- alias : {
79- 'react-vis' : resolve ( __dirname , '../react-vis/src/' )
80- }
81- }
82- }
8372} ;
You can’t perform that action at this time.
0 commit comments