feat(web): remove web-server and change web to a static website deployment (#1360)

* feat(web): add deploying static app

* fix(web): linter ignore patterns

* fix(web): cloudfront invalidation and favicons placement

* feat(web-server): remove web-server package in favour of web

* fix(web): remove linter parallel jobs due to oom issue

* fix(mobile): eslintignore paths

* fix(web): copy of components

* fix(web): include building components in building all process

* fix(web): copying of components
This commit is contained in:
Karol Sójko
2022-08-03 14:51:59 +02:00
committed by GitHub
parent 3116ae3883
commit 483cac90cf
110 changed files with 87 additions and 2762 deletions

View File

@@ -7449,15 +7449,6 @@ __metadata:
languageName: unknown
linkType: soft
"@standardnotes/web-server@workspace:packages/web-server":
version: 0.0.0-use.local
resolution: "@standardnotes/web-server@workspace:packages/web-server"
dependencies:
"@standardnotes/components-meta": "workspace:*"
"@standardnotes/web": "workspace:*"
languageName: unknown
linkType: soft
"@standardnotes/web@workspace:*, @standardnotes/web@workspace:packages/web":
version: 0.0.0-use.local
resolution: "@standardnotes/web@workspace:packages/web"
@@ -7475,6 +7466,7 @@ __metadata:
"@reach/listbox": ^0.16.2
"@reach/tooltip": ^0.16.2
"@reach/visually-hidden": ^0.16.0
"@standardnotes/components-meta": "workspace:*"
"@standardnotes/filepicker": "workspace:*"
"@standardnotes/files": "workspace:*"
"@standardnotes/icons": "workspace:*"
@@ -7490,6 +7482,7 @@ __metadata:
autoprefixer: ^10.4.7
babel-loader: ^8.2.5
circular-dependency-plugin: ^5.2.2
copy-webpack-plugin: ^11.0.0
css-loader: "*"
dotenv: ^16.0.0
eslint: "*"