Skip to content

Commit

Permalink
Removes CSS modules and related config that's no longer needed (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
sandeepraju authored and ElForastero committed Nov 22, 2019
1 parent a5eb01d commit 7c0b528
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 320 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"@babel/preset-react": "^7.6.3",
"@svgr/webpack": "^4.3.3",
"babel-loader": "^8.0.6",
"babel-plugin-react-css-modules": "^5.2.6",
"babel-plugin-styled-components": "^1.10.6",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.0.4",
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@
},
"permissions": ["storage"],
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'; connect-src ws://localhost:*/",
"web_accessible_resources": ["assets/img/*", "assets/css/*"]
"web_accessible_resources": ["assets/img/*"]
}
Loading

0 comments on commit 7c0b528

Please sign in to comment.