Skip to content

Commit

Permalink
Update some dependencies and fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
svk31 committed Oct 9, 2018
1 parent d4cd649 commit 0677ac2
Show file tree
Hide file tree
Showing 7 changed files with 11,387 additions and 1,823 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"presets": ["airbnb", "stage-0"],
"presets": ["env", "babel-preset-react", "airbnb", "babel-preset-stage-0"],
"plugins": [
"add-module-exports",
"transform-class-properties",
Expand Down
2 changes: 1 addition & 1 deletion dist.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module.exports = {
module: {
loaders: [{
test: /\.js$/,
loader: 'babel',
loader: 'babel-loader',
exclude: /node_modules/
}]
},
Expand Down
2 changes: 1 addition & 1 deletion dist.min.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module.exports = {
module: {
loaders: [{
test: /\.js$/,
loader: 'babel',
loader: 'babel-loader',
exclude: /node_modules/
}]
},
Expand Down
Loading

0 comments on commit 0677ac2

Please sign in to comment.