baler
baler copied to clipboard
Ignore module
Is it possible to completely ignore an module when bundling ?
@ahentea You could add each javascript file to src/excludedFiles.ts
Then rebuild the baler binary per the instructions.
eg 'text!js-translation.json', 'jquery-ui-modules/datepicker',
(new lines work, last line must also end with ,)
I had to do this for a couple of files that baler bundled incorrectly.