ppatrik
Results
2
comments of
ppatrik
Just change line in package.json from this `"build": "rm -rf dist && node_modules/.bin/webpack"` to this `"build": "node_modules/.bin/webpack"` Then you need manualy remove dist folder before running build
> I know this is old topic. In our project we had same problem. When you are using versionable behaviour it is using `$object->toKeyValue('Id', 'Version')` call. After investigation we found...