diff --git a/terminus-community-color-schemes/webpack.config.js b/terminus-community-color-schemes/webpack.config.js index 6f4055cc..6446a810 100644 --- a/terminus-community-color-schemes/webpack.config.js +++ b/terminus-community-color-schemes/webpack.config.js @@ -4,7 +4,7 @@ module.exports = { target: 'node', entry: 'src/index.ts', context: __dirname, - devtool: 'eval-cheap-module-source-map', + devtool: 'cheap-module-source-map', output: { path: path.resolve(__dirname, 'dist'), filename: 'index.js', diff --git a/terminus-core/webpack.config.js b/terminus-core/webpack.config.js index 37dd7873..e757ae9b 100644 --- a/terminus-core/webpack.config.js +++ b/terminus-core/webpack.config.js @@ -4,7 +4,7 @@ module.exports = { target: 'node', entry: 'src/index.ts', context: __dirname, - devtool: 'eval-cheap-module-source-map', + devtool: 'cheap-module-source-map', output: { path: path.resolve(__dirname, 'dist'), filename: 'index.js', diff --git a/terminus-plugin-manager/webpack.config.js b/terminus-plugin-manager/webpack.config.js index df12ce63..dea672ec 100644 --- a/terminus-plugin-manager/webpack.config.js +++ b/terminus-plugin-manager/webpack.config.js @@ -4,7 +4,7 @@ module.exports = { target: 'node', entry: 'src/index.ts', context: __dirname, - devtool: 'eval-cheap-module-source-map', + devtool: 'cheap-module-source-map', output: { path: path.resolve(__dirname, 'dist'), filename: 'index.js', diff --git a/terminus-settings/webpack.config.js b/terminus-settings/webpack.config.js index 7a4c95d6..84adf775 100644 --- a/terminus-settings/webpack.config.js +++ b/terminus-settings/webpack.config.js @@ -4,7 +4,7 @@ module.exports = { target: 'node', entry: 'src/index.ts', context: __dirname, - devtool: 'eval-cheap-module-source-map', + devtool: 'cheap-module-source-map', output: { path: path.resolve(__dirname, 'dist'), filename: 'index.js', diff --git a/terminus-ssh/webpack.config.js b/terminus-ssh/webpack.config.js index e13bedd8..40ba1dc8 100644 --- a/terminus-ssh/webpack.config.js +++ b/terminus-ssh/webpack.config.js @@ -4,7 +4,7 @@ module.exports = { target: 'node', entry: 'src/index.ts', context: __dirname, - devtool: 'eval-cheap-module-source-map', + devtool: 'cheap-module-source-map', output: { path: path.resolve(__dirname, 'dist'), filename: 'index.js', diff --git a/terminus-terminal/webpack.config.js b/terminus-terminal/webpack.config.js index 2fbee17a..9fcb8261 100644 --- a/terminus-terminal/webpack.config.js +++ b/terminus-terminal/webpack.config.js @@ -4,7 +4,7 @@ module.exports = { target: 'node', entry: 'src/index.ts', context: __dirname, - devtool: 'eval-cheap-module-source-map', + devtool: 'cheap-module-source-map', output: { path: path.resolve(__dirname, 'dist'), filename: 'index.js',