You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/builders/application/schema.json
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -292,6 +292,13 @@
292
292
"type": "string"
293
293
}
294
294
},
295
+
"conditions": {
296
+
"description": "Custom package resolution conditions used to resolve conditional exports/imports. Defaults to ['module', 'development'/'production']. The following special conditions are always present if the requirements are satisfied: 'default', 'import', 'require', 'browser', 'node'.",
297
+
"type": "array",
298
+
"items": {
299
+
"type": "string"
300
+
}
301
+
},
295
302
"fileReplacements": {
296
303
"description": "Replace compilation source files with other compilation source files in the build.",
0 commit comments