Skip to content

Commit

Permalink
fix: decorator fix
Browse files Browse the repository at this point in the history
  • Loading branch information
foxhound87 committed Jun 30, 2016
1 parent 8fc6bcb commit 0fb1bfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.babel.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default {
module: {
loaders: [{
query: {
presets: ['es2015', 'stage-0', 'react'],
presets: ['es2015', 'stage-0'],
plugins: [
'transform-es2015-modules-umd',
'transform-decorators-legacy',
Expand Down

0 comments on commit 0fb1bfc

Please sign in to comment.