Skip to content
This repository was archived by the owner on Sep 3, 2022. It is now read-only.

Commit d1adf60

Browse files
Turn on esModuleInterop (#207)
1 parent 41b14e7 commit d1adf60

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

HISTORY.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 4.1.1 / 2020-09-15
2+
3+
- Enable `esModuleInterop` in `tsconfig.json`
4+
15
# 4.1.0 / 2020-09-14
26

37
- Replaces `utils/clone` with `lodash.deepclone`

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@segment/analytics.js-core",
33
"author": "Segment <[email protected]>",
4-
"version": "4.1.0",
4+
"version": "4.1.1",
55
"description": "The hassle-free way to integrate analytics into any web application.",
66
"types": "lib/index.d.ts",
77
"keywords": [

tsconfig.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"compilerOptions": {
3+
"esModuleInterop": true,
34
"module": "commonjs",
45
"target": "ES5",
56
"allowJs": true,

0 commit comments

Comments
 (0)