Skip to content

Instantly share code, notes, and snippets.

@nils-jansen
Last active March 5, 2022 12:52
Show Gist options
  • Save nils-jansen/13a62480e6670d8bbbc2b9554bf72918 to your computer and use it in GitHub Desktop.
Save nils-jansen/13a62480e6670d8bbbc2b9554bf72918 to your computer and use it in GitHub Desktop.
react-cosmos config for projects using create-react-app and tailwindcss
{
"$schema": "http://json.schemastore.org/cosmos-config",
"port": 3001,
"webpack": {
"configPath": "react-scripts/config/webpack.config"
},
"staticPath": "public",
"watchDirs": ["src"],
"globalImports": ["src/index.css"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment