diff --git a/glugun/index.js b/glugun/index.js index 6f82433..59c20e4 100644 --- a/glugun/index.js +++ b/glugun/index.js @@ -101,6 +101,8 @@ const _buildWin32 = async (name, dir, attrs) => { export const build = async (name, dir, platform = 'win32', attrs = 'system-chromium,system-node') => { log('Building', name, 'on', platform, 'with', attrs.split(',').join(', ') + '...'); + if (minifyBackend) log(`Minifying is experimental!`); + console.log(); const startTime = performance.now(); switch (platform) {