mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-13 04:17:49 +00:00
Create a debug build if --output is passed.
Former-commit-id: 7571d238cf00fd9a7c72f65313e3807483067ace
This commit is contained in:
2
build.js
2
build.js
@@ -2396,7 +2396,7 @@
|
|||||||
dependencyMap = dependencyBackup;
|
dependencyMap = dependencyBackup;
|
||||||
|
|
||||||
// output debug build
|
// output debug build
|
||||||
if (!isMinify && (isCustom || isDebug || isTemplate)) {
|
if (!isMinify && (isCustom || isDebug || isTemplate || outputPath)) {
|
||||||
if (isCustom) {
|
if (isCustom) {
|
||||||
debugSource = addCommandsToHeader(debugSource, options);
|
debugSource = addCommandsToHeader(debugSource, options);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user