mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-16 05:38:41 -09:00
parent
c9b508ff9a
commit
e2d73702cd
1 changed files with 1 additions and 1 deletions
|
|
@ -199,7 +199,7 @@ exports.subscribe = fn => {
|
||||||
function getPaths() {
|
function getPaths() {
|
||||||
return {
|
return {
|
||||||
plugins: plugins.plugins.map(name => {
|
plugins: plugins.plugins.map(name => {
|
||||||
return resolve(path, 'node_modules', name.split('#')[0]);
|
return resolve(path, 'node_modules', name.split('#')[0].split('@')[0]);
|
||||||
}),
|
}),
|
||||||
localPlugins: plugins.localPlugins.map(name => {
|
localPlugins: plugins.localPlugins.map(name => {
|
||||||
return resolve(localPath, name);
|
return resolve(localPath, name);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue