Skip to content

Commit

Permalink
README updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Malte Legenhausen committed Oct 30, 2015
1 parent 0823f6a commit f4e40c5
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Expand Up @@ -43,7 +43,7 @@ module: {
{
test: /\.jsx?$/,
exclude: /(node_modules|bower_components)/,
loader: 'babel?optional[]=runtime&stage=0'
loader: 'babel?presets[]=es2015'
}
]
}
Expand All @@ -59,8 +59,7 @@ module: {
exclude: /(node_modules|bower_components)/,
loader: 'babel',
query: {
optional: ['runtime'],
stage: 0
presets: ['es2015']
}
}
]
Expand Down Expand Up @@ -107,7 +106,7 @@ loaders: [
{
test: /\.jsx?$/,
exclude: /(node_modules|bower_components)/,
loader: 'babel?optional[]=runtime'
loader: 'babel?presets[]=es2015'
}
]
```
Expand Down

0 comments on commit f4e40c5

Please sign in to comment.