microbundle
microbundle copied to clipboard
--define skips `=` symbol in strings
input:
microbundle --define A='a',B='abc=='
Expected behavior:
B replaced by 'abc=='
Current behavior:
B replaced by 'abc'
May I ask why you need this? What's the use case?
some tokens may contain this symbol