Skip to content

Commit

Permalink
Link working
Browse files Browse the repository at this point in the history
  • Loading branch information
arhtudormorar committed Dec 3, 2024
1 parent fe96f9c commit 41cd963
Show file tree
Hide file tree
Showing 4 changed files with 959 additions and 952 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@
## Usage

In your project, make sure to use the `preserveSymlinks` option in the server configuration to ensure that the symlinks are preserved, for ease of development.

``` js
resolve: {
preserveSymlinks: true, // 👈
alias: {
src: "/src",
},
},
```

// TODO: DEMONSTRATE API
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"immer": "10.x"
},
"optionalDependencies": {
"@multiversx/sdk-dapp-core-ui": "0.0.0"
"@multiversx/sdk-dapp-core-ui": "file:../mx-sdk-dapp-core-ui"
},
"resolutions": {
"string-width": "4.1.0"
Expand Down
2 changes: 0 additions & 2 deletions src/core/providers/helpers/getConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ import {
} from '../types/providerFactory.types';

export const getConfig = async (config: IProviderConfig = {}) => {
console.log('\x1b[42m%s\x1b[0m', ' getConfig 11', 16);

defineCustomElements(window);
const ledgerModalElement = document.createElement(
'ledger-connect-modal'
Expand Down
Loading

0 comments on commit 41cd963

Please sign in to comment.