Skip to content

Instantly share code, notes, and snippets.

@mattvagni
Created January 15, 2017 16:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mattvagni/7d0c5b090438cfe0e9b29715258e5266 to your computer and use it in GitHub Desktop.
Save mattvagni/7d0c5b090438cfe0e9b29715258e5266 to your computer and use it in GitHub Desktop.
{
"presets": [
["es2015"]
],
"env": {
"server": {
"plugins": [
[
"css-modules-transform", {
"generateScopedName": "[hash:8]",
"extensions": [".css"]
}
]
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment