fix(webpack): make NativeClass transformer backwards compatible

This commit is contained in:
Igor Randjelovic
2022-11-14 13:13:06 +01:00
parent 9091e43f03
commit 59624a4ebe
2 changed files with 15 additions and 13 deletions

View File

@@ -8,5 +8,3 @@ module.exports = (env) => {
return webpack.resolveConfig();
};