From e9b734abbbed132fdca262a28d7cb6b557347005 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Sat, 2 Jun 2018 08:22:18 +0200 Subject: [PATCH] Plugin removed. --- src/Squidex/app-config/webpack.run.prod.js | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/src/Squidex/app-config/webpack.run.prod.js b/src/Squidex/app-config/webpack.run.prod.js index 52364241f..141282e52 100644 --- a/src/Squidex/app-config/webpack.run.prod.js +++ b/src/Squidex/app-config/webpack.run.prod.js @@ -5,8 +5,6 @@ MiniCssExtractPlugin = require('mini-css-extract-plugin'), runConfig = require('./webpack.run.base.js'), helpers = require('./helpers'); - var CircularDependencyPlugin = require('circular-dependency-plugin'); - helpers.removeLoaders(runConfig, ['scss', 'ts']); module.exports = webpackMerge(runConfig, { @@ -97,14 +95,6 @@ module.exports = webpackMerge(runConfig, { new ngToolsWebpack.AngularCompilerPlugin({ tsConfigPath: './tsconfig.json', entryModule: 'app/app.module#AppModule' - }), - - new CircularDependencyPlugin({ - onDetected({ module: webpackModuleRecord, paths, compilation }) { - // `paths` will be an Array of the relative module paths that make up the cycle - // `module` will be the module record generated by webpack that caused the cycle - console.log(paths.join(' -> ')) - } - }) + }) ] }); \ No newline at end of file