fix(components): disable minification in themes build due to limitations in mobile css parser (#1143)

This commit is contained in:
Mo
2022-06-23 15:05:12 -05:00
committed by GitHub
parent 06d452b57f
commit 2d069fd4bd
7 changed files with 74 additions and 80 deletions

View File

@@ -55,10 +55,12 @@
"@standardnotes/config": "^2.4.3",
"@typescript-eslint/eslint-plugin": "^5.20.0",
"@typescript-eslint/parser": "^5.20.0",
"css-loader": "^6.7.1",
"eslint": "^8.17.0",
"husky": "^8.0.0",
"lint-staged": "^13.0.1",
"prettier": "^2.6.2",
"sass-loader": "^13.0.0",
"typescript": "^4.7.3",
"webpack": "^5.72.0",
"webpack-cli": "^4.9.2",