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 1, 2024
1 parent cfde187 commit c50038b
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 @@ -117,7 +117,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 c50038b

Please sign in to comment.