Search code examples
brunchsource-maps

Brunch: Use //# instead of //@ to indicate source map URL


How can I set up brunch to use //# instead //@ ?


Solution

  • config.sourceMaps = 'new', that's it.

    edit 13 oct now brunch automatically uses new syntax since v1.7.8