Skip to content

Commit

Permalink
fix(build): correct namespace for umd build
Browse files Browse the repository at this point in the history
  • Loading branch information
bigopon committed Jan 21, 2019
1 parent 0daf84e commit b3b08e7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,15 @@ export default {
{
file: 'dist/umd/aurelia-dialog.js',
format: 'umd',
name: 'dialog',
name: 'au.dialog',
globals: {
'aurelia-framework': 'au',
'aurelia-binding': 'au',
'aurelia-templating': 'au',
'aurelia-dependency-injection': 'au',
'aurelia-pal': 'au'
}
},
esModule: false
}
],
inlineDynamicImports: true,
Expand Down

0 comments on commit b3b08e7

Please sign in to comment.