Skip to content

Commit

Permalink
Include umd modules by default
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjhamer committed Nov 7, 2017
1 parent 63cb970 commit 22fa38e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nwb.config.js
Expand Up @@ -5,7 +5,7 @@ module.exports = {
},
npm: {
esModules: true,
umd: false
umd: true
},
webpack: {
html: {
Expand Down

0 comments on commit 22fa38e

Please sign in to comment.