Skip to content

Commit

Permalink
fix to work with librarymode
Browse files Browse the repository at this point in the history
  • Loading branch information
ricmars committed Oct 31, 2024
1 parent 90c071c commit fdad920
Show file tree
Hide file tree
Showing 6 changed files with 861 additions and 796 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -137,3 +137,8 @@ dist

# Devcontainer certs
.devcontainer/root_ca.crt

# library mode DXCB
.store/
Pega_ConstellationUIGallery/
Pega_ConstellationUIGallery.zip
13 changes: 13 additions & 0 deletions babel.config.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
module.exports = {
presets: [
[
'@babel/preset-typescript',
{
onlyRemoveTypeImports: true,
allExtensions: true,
isTSX: true
}
]
],
sourceType: 'unambiguous'
};
22 changes: 0 additions & 22 deletions babel.config.js

This file was deleted.

Loading

0 comments on commit fdad920

Please sign in to comment.