Closed
Description
Hi, sorry for my English
In version since 5.0.0, I have a problem with building my app
When I watched file /dist/browser/getClassName.js
. It contains code in line 8 var _optionsDefaults = _interopRequireDefault(require("./schemas/optionsDefaults"));
I think it has to contain ../schemas/optionsDefaults
instead of ./schemas/optionsDefaults
I hope that I wrote clear and you can understand me.