Skip to content

Commit

Permalink
add ace-code/esm-resolver import
Browse files Browse the repository at this point in the history
  • Loading branch information
nisrael committed May 5, 2024
1 parent 9012587 commit b9f91d1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions demo/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,9 @@
*/
import {scout, App, ObjectFactory} from '@eclipse-scout/core';
import {Desktop} from './desktop/Desktop'
import '@sxda/scout-addon-ace';
require('ace-code/esm-resolver');
import * as self from './index';
import {require} from "ace-code";

import * as self from './index';
import 'ace-code/esm-resolver'
export * from './desktop/Desktop'
export * from './desktop/DemoOutline'
export * from './common/EventsTab'
Expand Down

0 comments on commit b9f91d1

Please sign in to comment.