when setting --ext js.map (to avoid loading css.map) i get this error message:
error: invalid definition (format is type:glob, e.g., html:*.html)
so tried changing it to --ext '*.js.map', but didn't work.
Do it support glob-format, or is the error message misleading?
when setting
--ext js.map(to avoid loading css.map) i get this error message:error: invalid definition (format is type:glob, e.g., html:*.html)
so tried changing it to
--ext '*.js.map', but didn't work.Do it support glob-format, or is the error message misleading?