mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
enforce proper mode for production
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user