try some more things to fix docz
This commit is contained in:
parent
6ffa07fee3
commit
69e36106e3
@ -10,6 +10,9 @@ export default {
|
|||||||
'Navigation',
|
'Navigation',
|
||||||
// 'Other',
|
// 'Other',
|
||||||
],
|
],
|
||||||
ignore: ['README.md'],
|
ignore: ['README.md', 'CHANGELOG.md'],
|
||||||
base: '/',
|
base: '/',
|
||||||
|
src: './src',
|
||||||
|
files: '**/*.{md,markdown,mdx}',
|
||||||
|
propsParser: false,
|
||||||
};
|
};
|
||||||
|
|||||||
@ -11,6 +11,10 @@ exports.onCreateWebpackConfig = ({ stage, loaders, actions }) => {
|
|||||||
test: /\@ohif\/core/,
|
test: /\@ohif\/core/,
|
||||||
use: loaders.null(),
|
use: loaders.null(),
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
test: /core/,
|
||||||
|
use: loaders.null(),
|
||||||
|
},
|
||||||
{
|
{
|
||||||
test: /cornerstone\-math/,
|
test: /cornerstone\-math/,
|
||||||
use: loaders.null(),
|
use: loaders.null(),
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user