baler icon indicating copy to clipboard operation
baler copied to clipboard

Ignore module

Open ahentea opened this issue 5 years ago • 1 comments

Is it possible to completely ignore an module when bundling ?

ahentea avatar Oct 01 '20 14:10 ahentea

@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.

Quazz avatar Oct 09 '20 13:10 Quazz