try some more things to fix docz

This commit is contained in:
Erik Ziegler 2021-07-13 17:44:04 +02:00
parent 6ffa07fee3
commit 69e36106e3
2 changed files with 8 additions and 1 deletions

View File

@ -10,6 +10,9 @@ export default {
'Navigation',
// 'Other',
],
ignore: ['README.md'],
ignore: ['README.md', 'CHANGELOG.md'],
base: '/',
src: './src',
files: '**/*.{md,markdown,mdx}',
propsParser: false,
};

View File

@ -11,6 +11,10 @@ exports.onCreateWebpackConfig = ({ stage, loaders, actions }) => {
test: /\@ohif\/core/,
use: loaders.null(),
},
{
test: /core/,
use: loaders.null(),
},
{
test: /cornerstone\-math/,
use: loaders.null(),