diff --git a/client/webpack.local.config.js b/client/webpack.local.config.js index b979d98d2..25f06f985 100644 --- a/client/webpack.local.config.js +++ b/client/webpack.local.config.js @@ -137,7 +137,6 @@ module.exports = { data: themeVarsAsScss(), includePaths: [ path.resolve(__dirname, './node_modules/xterm'), - path.resolve(__dirname, './node_modules/font-awesome'), path.resolve(__dirname, './node_modules/rc-slider'), ] } diff --git a/client/webpack.production.config.js b/client/webpack.production.config.js index 65a78851d..253a642b5 100644 --- a/client/webpack.production.config.js +++ b/client/webpack.production.config.js @@ -137,7 +137,6 @@ module.exports = { data: themeVarsAsScss(), includePaths: [ path.resolve(__dirname, './node_modules/xterm'), - path.resolve(__dirname, './node_modules/font-awesome'), path.resolve(__dirname, './node_modules/rc-slider'), ] }