disable minify, keep pretokenise

master
Gordon Williams 2020-04-28 15:05:21 +01:00
parent 44a58afd60
commit c38f58fc9c
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ var AppInfo = {
return Espruino.transform(content, {
SET_TIME_ON_WRITE : false,
PRETOKENISE : true,
MINIFICATION_LEVEL : "ESPRIMA",
//MINIFICATION_LEVEL : "ESPRIMA", // disable due to https://github.com/espruino/BangleApps/pull/355#issuecomment-620124162
builtinModules : "Flash,Storage,heatshrink,tensorflow,locale"
});
} else