Open
Description
This is probably a windows issue. Trying to use the @component tag results in this in entry.js
import Wrapper from '..\node_modules\better-docs\lib\react-wrapper.js';
That should be
import Wrapper from '../node_modules/better-docs/lib/react-wrapper.js';
The imports for the components have the same problem.