enb / enb-bemxjst

bem-xjst support for ENB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not possible disable sourcemap

baymer opened this issue · comments

I think fix is

if (this._sourcemap) {
  engineOptions.sourceMap = { from: this._target };
}

@baymer, implemented just the way you suggested but with inverted condition to keep the change backward compatible.

  • enb-bemxjst@8.10.6