Skip to content

Commit

Permalink
Changes UMD wrapper to use anonymous bundles for AMD resolution
Browse files Browse the repository at this point in the history
Resolves #1607
  • Loading branch information
VeskeR committed Feb 2, 2024
1 parent b9d468c commit 41686c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ module.exports = function (grunt) {
sourcemap: true,
format: 'umd',
banner: { js: '/*' + banner + '*/' },
plugins: [umdWrapper.default({ libraryName: 'Ably' })],
plugins: [umdWrapper.default({ libraryName: 'Ably', amdNamedModule: false })],
target: 'es6',
};
}
Expand Down

0 comments on commit 41686c0

Please sign in to comment.