Module format back to commonjs

This commit is contained in:
Alexander Nozik 2019-04-05 14:46:03 +03:00
parent c3ca152c77
commit f08a8e8fc8

View File

@ -102,7 +102,7 @@ subprojects {
metaInfo = true
sourceMap = true
sourceMapEmbedSources = "always"
moduleKind = "umd"
moduleKind = "commonjs"
}
}
}