Fix webpack-cli issue.

Remove UX shadows.
This commit is contained in:
richburdon 2020-05-31 14:53:17 -04:00
parent a0a3a75ec9
commit e31778a3a1
7 changed files with 499 additions and 1275 deletions

View File

@ -1,6 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="JavaScriptLibraryMappings">
<includedPredefinedLibrary name="Node.js Core" />
</component>
</project>

View File

@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased ## Unreleased
### ISSUES
- 05/31/20: https://github.com/webpack/webpack-cli/issues/1602 (webpack-cli issue with monorepos)
### Added ### Added
- [x] Fixed hook that causes 100x rerendering. - [x] Fixed hook that causes 100x rerendering.

View File

@ -42,7 +42,8 @@
"eslint-plugin-node": "^11.1.0", "eslint-plugin-node": "^11.1.0",
"eslint-plugin-standard": "^4.0.1", "eslint-plugin-standard": "^4.0.1",
"lint-staged": "^9.5.0", "lint-staged": "^9.5.0",
"pre-commit": "^1.2.2" "pre-commit": "^1.2.2",
"webpack-cli": "^3.3.11"
}, },
"eslintConfig": { "eslintConfig": {
"parser": "babel-eslint", "parser": "babel-eslint",

View File

@ -8,6 +8,9 @@ import orange from '@material-ui/core/colors/orange';
export const createTheme = (theme) => createMuiTheme({ export const createTheme = (theme) => createMuiTheme({
// https://material-ui.com/system/shadows
shadows: ['none'],
// https://stackoverflow.com/questions/60567673/reactjs-material-ui-theme-mixins-toolbar-offset-is-not-adapting-when-toolbar // https://stackoverflow.com/questions/60567673/reactjs-material-ui-theme-mixins-toolbar-offset-is-not-adapting-when-toolbar
mixins: { mixins: {
denseToolbar: { denseToolbar: {

View File

@ -1,7 +1,7 @@
{ {
"build": { "build": {
"name": "@dxos/console-app", "name": "@dxos/console-app",
"buildDate": "2020-05-27T22:04:52.661Z", "buildDate": "2020-05-31T18:51:05.039Z",
"version": "1.0.0-beta.0" "version": "1.0.0-beta.0"
} }
} }

View File

@ -85,7 +85,7 @@
"react-dom": "^16.13.1", "react-dom": "^16.13.1",
"semistandard": "^14.2.0", "semistandard": "^14.2.0",
"webpack": "^4.41.2", "webpack": "^4.41.2",
"webpack-cli": "^3.3.10", "webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.11.0", "webpack-dev-server": "^3.11.0",
"webpack-merge": "^4.2.2" "webpack-merge": "^4.2.2"
}, },

1755
yarn.lock

File diff suppressed because it is too large Load Diff