Skip to content
Snippets Groups Projects
Commit 12a99b94 authored by Florent Poittevin's avatar Florent Poittevin
Browse files

chore: disable potential circular dependancy warning

parent ef95eca6
No related branches found
No related tags found
No related merge requests found
...@@ -41,7 +41,8 @@ ...@@ -41,7 +41,8 @@
] ]
}, },
"scripts": [], "scripts": [],
"es5BrowserSupport": true "es5BrowserSupport": true,
"showCircularDependencies": false
}, },
"configurations": { "configurations": {
"production": { "production": {
...@@ -60,7 +61,6 @@ ...@@ -60,7 +61,6 @@
"extractLicenses": true, "extractLicenses": true,
"vendorChunk": false, "vendorChunk": false,
"buildOptimizer": true, "buildOptimizer": true,
"showCircularDependencies": false,
"budgets": [ "budgets": [
{ {
"type": "initial", "type": "initial",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment