diff --git a/lib/optimizer.json b/lib/optimizer.json index c7d903234..eb8d3ede8 100644 --- a/lib/optimizer.json +++ b/lib/optimizer.json @@ -1,5 +1,10 @@ { "dependencies": [ - "require-run: ./client-init" + { + "type": "require", + "path": "./client-init", + "run": true, + "if": "!flags.contains('marko-widgets/no-client-init')" + } ] } \ No newline at end of file