From e8c7591751e8e6af9f49cfbcd6043da1b06477e7 Mon Sep 17 00:00:00 2001 From: Alexis Svinartchouk Date: Wed, 23 Dec 2020 19:42:13 +0100 Subject: [PATCH] Fix typo in webpack.config.ts comment Change-type: patch --- webpack.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpack.config.ts b/webpack.config.ts index 0295cd46..7b4a0ce7 100644 --- a/webpack.config.ts +++ b/webpack.config.ts @@ -276,7 +276,7 @@ const commonConfig = { format: process.env.WEBPACK_PROGRESS || 'verbose', }), // Force axios to use http.js, not xhr.js as we need stream support - // (it's package.json file replaces http with xhr for browser targets). + // (its package.json file replaces http with xhr for browser targets). new NormalModuleReplacementPlugin( slashOrAntislash(/node_modules\/axios\/lib\/adapters\/xhr\.js/), './http.js',