Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
baas-ide
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
guxukai
baas-ide
Commits
5321d816
Unverified
Commit
5321d816
authored
Sep 06, 2021
by
David Disu
Committed by
GitHub
Sep 06, 2021
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1560 from ethereum/homeTabReact
fixed config structure for plugin manager component
parents
5dc5e292
5509eea8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
10 deletions
+14
-10
workspace.json
workspace.json
+14
-10
No files found.
workspace.json
View file @
5321d816
...
...
@@ -781,12 +781,22 @@
"remix-ui-plugin-manager"
:
{
"root"
:
"libs/remix-ui/plugin-manager"
,
"sourceRoot"
:
"libs/remix-ui/plugin-manager/src"
,
"tsConfig"
:
[
"libs/remix-ui/plugin-manager/tsconfig.lib.json"
],
"projectType"
:
"library"
,
"schematics"
:
{},
"architect"
:
{
"lint"
:
{
"builder"
:
"@nrwl/linter:lint"
,
"options"
:
{
"linter"
:
"eslint"
,
"tsConfig"
:
[
"libs/remix-ui/plugin-manager/tsconfig.lib.json"
],
"exclude"
:
[
"**/node_modules/**"
,
"!libs/remix-ui/plugin-manager/**/*"
]
},
}
}
}
},
"remix-core-plugin"
:
{
"root"
:
"libs/remix-core-plugin"
,
"sourceRoot"
:
"libs/remix-core-plugin/src"
,
...
...
@@ -797,13 +807,8 @@
"builder"
:
"@nrwl/linter:lint"
,
"options"
:
{
"linter"
:
"eslint"
,
"tsConfig"
:
[
"libs/remix-core-plugin/tsconfig.lib.json"
],
"exclude"
:
[
"**/node_modules/**"
,
"!libs/remix-core-plugin/**/*"
]
"tsConfig"
:
[
"libs/remix-core-plugin/tsconfig.lib.json"
],
"exclude"
:
[
"**/node_modules/**"
,
"!libs/remix-core-plugin/**/*"
]
}
},
"build"
:
{
...
...
@@ -868,7 +873,6 @@
"tsConfig"
:
[
"libs/remix-ui/renderer/tsconfig.lib.json"
],
"exclude"
:
[
"**/node_modules/**"
,
"!libs/remix-ui/renderer/**/*"
]
}
}
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment