refactor: extract components to plugin repo (#1933)
This commit is contained in:
@@ -85,7 +85,6 @@ panel-resizer {
|
||||
|
||||
input,
|
||||
#navigation #navigation-content,
|
||||
.component-view-container,
|
||||
.panel-resizer {
|
||||
-webkit-app-region: no-drag;
|
||||
}
|
||||
|
||||
@@ -86,10 +86,6 @@ module.exports = function ({ onlyTranspileTypescript = false, experimentalFeatur
|
||||
from: '../web/dist',
|
||||
to: 'web',
|
||||
},
|
||||
{
|
||||
from: 'node_modules/@standardnotes/components-meta/dist/',
|
||||
to: 'web/components',
|
||||
},
|
||||
{
|
||||
from: 'app/node_modules',
|
||||
to: 'node_modules',
|
||||
|
||||
@@ -35,7 +35,6 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@electron/remote": "^2.0.8",
|
||||
"@standardnotes/components-meta": "workspace:*",
|
||||
"@standardnotes/electron-clear-data": "1.1.1",
|
||||
"@standardnotes/web": "workspace:*",
|
||||
"axios": "^0.27.2",
|
||||
|
||||
Reference in New Issue
Block a user