Skip to content

Commit ec6096e

Browse files
committed
clean up ocular config
1 parent 1c60133 commit ec6096e

File tree

1 file changed

+3
-14
lines changed

1 file changed

+3
-14
lines changed

packages/website/ocular-config.js

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff 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
};

0 commit comments

Comments
 (0)