Skip to content

Commit dcabf87

Browse files
Fix NodePolyfillPlugin configuration
1 parent 01f5d2f commit dcabf87

File tree

4 files changed

+58
-13
lines changed

4 files changed

+58
-13
lines changed

karma/config.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,9 @@ module.exports = {
8383
]
8484
},
8585
plugins: [
86-
new NodePolyfillPlugin()
86+
new NodePolyfillPlugin({
87+
additionalAliases: ['process']
88+
})
8789
],
8890
resolve: {
8991
extensions: ['.ts', '.js'],

package-lock.json

Lines changed: 53 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@splitsoftware/splitio",
3-
"version": "11.11.1-rc.0",
3+
"version": "11.11.1-rc.1",
44
"description": "Split SDK",
55
"files": [
66
"README.md",

src/settings/defaults/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const packageVersion = '11.11.1-rc.0';
1+
export const packageVersion = '11.11.1-rc.1';

0 commit comments

Comments
 (0)