Skip to content

Commit 2fd4be7

Browse files
authored
fix: signal to webpack that there's no side effects (#757)
* fix: signal to webpack that there's no side effects * chore: oooopsie * chore: typo
1 parent 0e2cae0 commit 2fd4be7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454

5555
Semantic Release:
5656
docker:
57-
- image: circleci/node:8
57+
- image: circleci/node:12
5858
steps:
5959
- checkout
6060
- restore-cache: *restore-cache

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,5 +163,6 @@
163163
"@semantic-release/npm"
164164
]
165165
},
166-
"typings": "typings/index.d.ts"
166+
"typings": "typings/index.d.ts",
167+
"sideEffects": false
167168
}

0 commit comments

Comments
 (0)