Skip to content

Commit

Permalink
fix: [FFM-4845]: Remove sourcemaps
Browse files Browse the repository at this point in the history
  • Loading branch information
knagurski authored Oct 21, 2022
2 parents b150564 + c61e7ab commit 1d6988c
Show file tree
Hide file tree
Showing 13 changed files with 808 additions and 84 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,21 +120,21 @@ In case you want to import this library directly (without having to use npm or y

```html
<script type="module">
import { initialize, Event } from 'https://unpkg.com/@harnessio/[email protected].11/dist/sdk.client.js'
import { initialize, Event } from 'https://unpkg.com/@harnessio/[email protected].13/dist/sdk.client.js'
</script>
```

If you need to support old browsers which don't support ES Module:

```html
<script src="https://unpkg.com/@harnessio/[email protected].11/dist/sdk.client.js"></script>
<script src="https://unpkg.com/@harnessio/[email protected].13/dist/sdk.client.js"></script>
<script>
var initialize = HarnessFFSDK.initialize
var Event = HarnessFFSDK.Event
</script>
```

Remember to change the version `1.4.11` in the unpkg url accordingly.
Remember to change the version `1.4.13` in the unpkg url accordingly.

## License

Expand Down
3 changes: 1 addition & 2 deletions dist/sdk.cjs.js

Large diffs are not rendered by default.

7 changes: 0 additions & 7 deletions dist/sdk.cjs.js.map

This file was deleted.

3 changes: 1 addition & 2 deletions dist/sdk.client-iife.js

Large diffs are not rendered by default.

7 changes: 0 additions & 7 deletions dist/sdk.client-iife.js.map

This file was deleted.

3 changes: 1 addition & 2 deletions dist/sdk.client.js

Large diffs are not rendered by default.

7 changes: 0 additions & 7 deletions dist/sdk.client.js.map

This file was deleted.

3 changes: 1 addition & 2 deletions dist/sdk.esm.js

Large diffs are not rendered by default.

7 changes: 0 additions & 7 deletions dist/sdk.esm.js.map

This file was deleted.

Loading

0 comments on commit 1d6988c

Please sign in to comment.