diff --git a/config.m1.js b/config.m1.js index bcad4243..7905b343 100644 --- a/config.m1.js +++ b/config.m1.js @@ -15,6 +15,7 @@ module.exports = (env, args) => { WITH_START_PRINT_AFTER_UPLOAD: true, WITH_LOGS: false, WITH_FONT: false, + WITH_V1_API: true, ...env, }; return webpackConfig(config, args);