Map: CSS bundling
-fixed eslint warnings
... | ... | @@ -58,7 +58,9 @@ |
"@typescript-eslint/parser": "^2.0.0", | ||
"awesome-typescript-loader": "^5.0.0", | ||
"babel-polyfill": "^6.0.0", | ||
"copy-webpack-plugin": "^6.3.2", | ||
"cross-env": "^7.0.0", | ||
"css-loader": "^5.0.1", | ||
"eslint": "^6.0.0", | ||
"eslint-config-airbnb": "^18.0.0", | ||
"eslint-config-prettier": "^6.0.0", | ||
... | ... | @@ -67,6 +69,7 @@ |
"eslint-plugin-jsx-a11y": "^6.0.0", | ||
"eslint-plugin-prefer-arrow": "^1.0.0", | ||
"eslint-plugin-react": "^7.0.0", | ||
"file-loader": "^6.2.0", | ||
"html-webpack-exclude-assets-plugin": "^0.0.7", | ||