Describe the bug
This is my package.json file
{
"name": "dummy",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "npm run docz:dev",
"docz:dev": "docz dev",
"docz:build": "docz build"
},
"author": "",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.2.3",
"@babel/preset-react": "^7.0.0",
"babel-plugin-module-resolver": "^3.2.0",
"docz": "^1.2.0",
"docz-theme-default": "^1.2.0"
}
}
This is .doczrc.js
export default {
title: 'Dummy',
description: 'Foo bar',
source: './src-docs',
debug: false,
theme: 'docz-theme-default',
themeConfig: {
mode: 'dark',
colors: {
primary: '#ee212e',
},
},
codeSandbox: false,
};
& all in my /src-doc files are .mdx files.
When I run
npm run docz dev
or with yarn
yarn docz dev
I get the following error.

I am not sure what I can do here, to resolve this 馃槥
To Reproduce
Expected behavior
To run docz successfully.
Environment
Please do let me know if I can share any other kind of log to help in tracing the issue. @sw-yx 馃槶 馃槥
this seems to be a breaking change from webpack. fortunately we already have a PR! https://github.com/pedronauck/docz/pull/878
@pedronauck i merged the bugfix if you can release
@sw-yx Any rought ETA as to when the next release will happen? 馃槄 馃槄
i dont control the releases, sorry
Most helpful comment
this seems to be a breaking change from webpack. fortunately we already have a PR! https://github.com/pedronauck/docz/pull/878