From 4ee73f869887a6efb20d98c5a1bae49fa79f7b9b Mon Sep 17 00:00:00 2001 From: Deniz Susman Date: Mon, 15 Apr 2019 14:13:19 +0300 Subject: [PATCH 1/3] Code comment fix transpiled instead of transipiled --- static.webpack.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static.webpack.js b/static.webpack.js index 46a741f516..5483746510 100644 --- a/static.webpack.js +++ b/static.webpack.js @@ -32,7 +32,7 @@ export default (webpackConfig, { stage }) => ({ test: /\.js$/, include: [ // Heads up! - // There modules should be manually transipiled because they are not compatible with IE11 + // There modules should be manually transpiled because they are not compatible with IE11 path.resolve(__dirname, 'node_modules/ansi-styles'), path.resolve(__dirname, 'node_modules/debug'), From 283e0bc0a72c31e0c2750f64729658cf27e7fa93 Mon Sep 17 00:00:00 2001 From: Oleksandr Fediashov Date: Mon, 22 Apr 2019 12:50:48 +0300 Subject: [PATCH 2/3] Update static.webpack.js --- static.webpack.js | 1 + 1 file changed, 1 insertion(+) diff --git a/static.webpack.js b/static.webpack.js index 5483746510..deaa300cd2 100644 --- a/static.webpack.js +++ b/static.webpack.js @@ -1,4 +1,5 @@ import path from 'path' + import webpack from 'react-static/node_modules/webpack' import config from './config' From e249ec9356582e774d43ff7b91653a0016a746be Mon Sep 17 00:00:00 2001 From: Oleksandr Fediashov Date: Mon, 22 Apr 2019 12:50:58 +0300 Subject: [PATCH 3/3] Update static.webpack.js --- static.webpack.js | 1 - 1 file changed, 1 deletion(-) diff --git a/static.webpack.js b/static.webpack.js index deaa300cd2..5483746510 100644 --- a/static.webpack.js +++ b/static.webpack.js @@ -1,5 +1,4 @@ import path from 'path' - import webpack from 'react-static/node_modules/webpack' import config from './config'