Skip to content

Commit

Permalink
Convert golden-layout to ES Modules (deephaven#759)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrunyon authored Sep 22, 2022
1 parent 18cb85c commit f60fa1a
Show file tree
Hide file tree
Showing 79 changed files with 3,453 additions and 4,323 deletions.
4 changes: 0 additions & 4 deletions jest.config.base.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ module.exports = {
),
// Handle monaco worker files
'\\.worker.*$': 'identity-obj-proxy',
'^@deephaven/golden-layout$': path.join(
__dirname,
'./packages/golden-layout/dist/goldenlayout.js'
),
'^@deephaven/icons$': path.join(
__dirname,
'./packages/icons/dist/index.js'
Expand Down
Loading

0 comments on commit f60fa1a

Please sign in to comment.