Skip to content

Instantly share code, notes, and snippets.

@SOSANA
Created March 25, 2017 17:43
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 SOSANA/8084d57d78b5742e749a7edf01fc2826 to your computer and use it in GitHub Desktop.
Save SOSANA/8084d57d78b5742e749a7edf01fc2826 to your computer and use it in GitHub Desktop.
from the book survivejs webpack
{
"plugins": [
"syntax-dynamic-import"
],
"presets": [
[
"env",
{
"targets": {
"browsers": ["IE 8"]
}
}
],
"react"
],
"env": {
"start": {
"presets": [
[
"env",
{
"modules": false,
"targets": {
"browsers": ["IE 8"]
}
}
],
]
},
"karma": {
"plugins": [
"istanbul"
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment