You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Agh ok the bug is in the tokenisation library we're using to parse the arguments.
Here's something that works (pre-quoted using double quotes, single quotes inside): --macro "addMetadata('@:keep', 'Test1')"
The HXML compiles properly without using
haxe-loader
but fails due to a macro call with multiple sets of quotes:This would be resolved with: #31
This is probably also related to: #28
The text was updated successfully, but these errors were encountered: