mirror of
https://github.com/yldio/copilot.git
synced 2024-11-11 05:40:11 +02:00
local node_modules as first resolve path
This commit is contained in:
parent
cc484b8fae
commit
4bd334cb31
@ -7,9 +7,9 @@ const FRONTEND = path.join(ROOT, 'frontend');
|
||||
module.exports = {
|
||||
ROOT,
|
||||
MODULES: [
|
||||
'node_modules',
|
||||
path.join(FRONTEND, 'node_modules'),
|
||||
path.join(UI, 'node_modules'),
|
||||
'node_modules'
|
||||
],
|
||||
FRONTEND: path.join(FRONTEND, 'src'),
|
||||
UI: path.join(UI, 'src'),
|
||||
|
Loading…
Reference in New Issue
Block a user