You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
config.logger.warn(config.sys.color.yellow(`This is a prerelease build, undocumented changes might happen at any time. Technical support is not available for prereleases, but any assistance testing is appreciated.`));
34
-
}
35
-
if(config.devMode&&config.buildEs5){
36
-
config.logger.warn(`Generating ES5 during development is a very task expensive, initial and incremental builds will be much slower. Drop the '--es5' flag and use a modern browser for development.
37
-
If you need ESM output, use the '--esm' flag instead.`);
38
-
}
39
-
if(config.devMode&&!config.enableCache){
40
-
config.logger.warn(`Disabling cache during development will slow down incremental builds.`);
config.logger.warn(config.sys.color.yellow(`This is a prerelease build, undocumented changes might happen at any time. Technical support is not available for prereleases, but any assistance testing is appreciated.`));
35
+
}
36
+
if(config.devMode&&config.buildEs5){
37
+
config.logger.warn(`Generating ES5 during development is a very task expensive, initial and incremental builds will be much slower. Drop the '--es5' flag and use a modern browser for development.
38
+
If you need ESM output, use the '--esm' flag instead.`);
39
+
}
40
+
if(config.devMode&&!config.enableCache){
41
+
config.logger.warn(`Disabling cache during development will slow down incremental builds.`);
0 commit comments