mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Merge branch 'modern-config' into modern-watcher-config
This commit is contained in:
@@ -268,7 +268,7 @@ function isModernArchsOnlyEnabled(appDir) {
|
||||
}
|
||||
const packageJsonFile = files.readFile(packageJsonPath, 'utf8');
|
||||
const packageJson = JSON.parse(packageJsonFile);
|
||||
return packageJson?.meteor?.modern?.webArchsOnly === true;
|
||||
return packageJson?.meteor?.modern?.webArchsOnly === true || packageJson?.meteor?.modern === true;
|
||||
}
|
||||
|
||||
function filterWebArchs(webArchs, excludeArchsOption, appDir, options) {
|
||||
|
||||
Reference in New Issue
Block a user