Turn the cleaner on by default

This commit is contained in:
Valtteri Karesto
2022-05-24 15:25:33 +03:00
parent c2eb57211f
commit ac38bbc72c

View File

@@ -113,7 +113,7 @@ let initialState: IState = {
accounts: [],
compileOptions: {
optimizationLevel: '-O0',
strip: false
strip: true
}
};