linkedin / eyeglass

NPM Modules for Sass
741 stars 60 forks source link

Error when multiple instances of ember-cli-eyeglass are in the node_modules tree. #239

Closed chriseppstein closed 4 years ago

chriseppstein commented 4 years ago

Package This issue is related to the following monorepo package(s):

Description When multiple versions of ember-cli-eyeglass are in the node_modules tree (especially common when using yarn link) there's not a single version of the singleton weak maps that are used to get the assets installed into the main application. This causes there to be missing data and results in an exception.

Expected behavior The different instances of ember-cli-eyeglass should coordinate correctly and use the same shared data.