-
- Downloads
Remove need for css-loader by moving all imported styles from react-mosaic to...
Remove need for css-loader by moving all imported styles from react-mosaic to jss inside of the application fixes #3282
Showing
- .eslintignore 1 addition, 0 deletions.eslintignore
- package.json 0 additions, 2 deletionspackage.json
- src/components/WorkspaceMosaic.js 0 additions, 1 deletionsrc/components/WorkspaceMosaic.js
- src/containers/WorkspaceMosaic.js 2 additions, 0 deletionssrc/containers/WorkspaceMosaic.js
- src/styles/react-mosaic-component.js 286 additions, 0 deletionssrc/styles/react-mosaic-component.js
- webpack.config.js 0 additions, 4 deletionswebpack.config.js
... | @@ -95,7 +95,6 @@ | ... | @@ -95,7 +95,6 @@ |
"chalk": "^4.1.0", | "chalk": "^4.1.0", | ||
"codecov": "^3.7.0", | "codecov": "^3.7.0", | ||
"core-js": "^3.4.8", | "core-js": "^3.4.8", | ||
"css-loader": "^3.6.0", | |||
"enzyme": "^3.10.0", | "enzyme": "^3.10.0", | ||
"enzyme-adapter-react-16": "^1.14.0", | "enzyme-adapter-react-16": "^1.14.0", | ||
"eslint": "^6.0.0", | "eslint": "^6.0.0", | ||
... | @@ -120,7 +119,6 @@ | ... | @@ -120,7 +119,6 @@ |
"react-refresh": "^0.8.3", | "react-refresh": "^0.8.3", | ||
"redux-mock-store": "^1.5.1", | "redux-mock-store": "^1.5.1", | ||
"redux-saga-test-plan": "^4.0.0-rc.3", | "redux-saga-test-plan": "^4.0.0-rc.3", | ||
"style-loader": "^1.2.1", | |||
"supertest": "^4.0.2", | "supertest": "^4.0.2", | ||
"terser-webpack-plugin": "^3.0.6", | "terser-webpack-plugin": "^3.0.6", | ||
"unfetch": "^4.1.0", | "unfetch": "^4.1.0", | ||
... | ... |
src/styles/react-mosaic-component.js
0 → 100644
Please register or sign in to comment