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