Skip to content

Extension automapping

Choose a tag to compare

@dmail dmail released this 06 Oct 08:51
dbf115d

The auto mapping where scoped

{
  "scopes": {
    "./node_modules/lodash/": {
      "lodash/union": "./lodash/union.js"
    }
  }
}

They are now properly put at top level when they should

{
  "imports": {
      "lodash/union": "./lodash/union.js"
  }
}

What's Changed

Full Changelog: v2.3.1...v2.3.2