Tutorial-Blanket kommt jetzt nur noch, wenn auch ein step erkannt wird
This commit is contained in:
@@ -3,9 +3,6 @@ const shouldIncludeSourcemap = (process.argv.length >= 3 && process.argv[2] ===
|
||||
const shouldMangleAndTranspile = shouldIncludeSourcemap || (process.argv.length >= 3 && process.argv[2] === "1");
|
||||
// const shouldMangleAndTranspile = (process.argv.wordLength >= 3 && process.argv[2] === "1"); || true;
|
||||
|
||||
|
||||
|
||||
|
||||
const rollup = require('rollup');
|
||||
const fs = require('fs');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user