mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
ensure "jsc.target" is always forced to be the internal babel-compiler value set
This commit is contained in:
@@ -375,6 +375,7 @@ BCp.processOneFileForTarget = function (inputFile, source) {
|
||||
// Merge with app-level SWC config
|
||||
if (lastModifiedSwcConfig) {
|
||||
swcOptions = deepMerge(swcOptions, lastModifiedSwcConfig, [
|
||||
'jsc.target',
|
||||
'env.targets',
|
||||
'module.type',
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user