Skip to content

Commit

Permalink
Module format back to commonjs
Browse files Browse the repository at this point in the history
  • Loading branch information
altavir committed Apr 5, 2019
1 parent c3ca152 commit f08a8e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ subprojects {
metaInfo = true
sourceMap = true
sourceMapEmbedSources = "always"
moduleKind = "umd"
moduleKind = "commonjs"
}
}
}
Expand Down

0 comments on commit f08a8e8

Please sign in to comment.