enforce proper mode for production

This commit is contained in:
Nacho Codoñer
2025-09-04 14:59:22 +02:00
parent aac0307d5b
commit da31ef676c

View File

@@ -280,7 +280,7 @@ export default function (inMeteor = {}, argv = {}) {
let clientConfig = {
name: clientNameConfig,
target: 'web',
mode: 'development',
mode,
entry: path.resolve(process.cwd(), buildContext, entryPath),
output: {
path: clientOutputDir,