Skip to content

Commit

Permalink
Add deep-equal package
Browse files Browse the repository at this point in the history
Also configure LiveObjects plugin default bundle to not include
`deep-equal` package in the output.
  • Loading branch information
VeskeR committed Nov 5, 2024
1 parent e763a30 commit ed34116
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 114 deletions.
1 change: 1 addition & 0 deletions grunt/esbuild/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ const liveObjectsPluginConfig = {
entryPoints: ['src/plugins/liveobjects/index.ts'],
plugins: [umdWrapper.default({ libraryName: 'AblyLiveObjectsPlugin', amdNamedModule: false })],
outfile: 'build/liveobjects.js',
external: ['deep-equal'],
};

const liveObjectsPluginCdnConfig = {
Expand Down
Loading

0 comments on commit ed34116

Please sign in to comment.