Skip to content

Commit

Permalink
Rebuild with babel 5
Browse files Browse the repository at this point in the history
  • Loading branch information
STRML committed Apr 2, 2015
1 parent 51343fd commit 42006df
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dist/react-grid-layout.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/react-grid-layout.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion webpack-dev-server.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ module.exports = {
},
module: {
loaders: [
{test: /\.jsx?$/, exclude: /node_modules/, loader: 'babel-loader?experimental'},
{test: /\.jsx?$/, exclude: /node_modules/, loader: 'babel-loader?stage=0'},
{test: /\.jsx$/, exclude: /node_modules/, loader: 'react-hot-loader'}
]
},
Expand Down
2 changes: 1 addition & 1 deletion webpack-examples.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module.exports = {
},
module: {
loaders: [
{test: /\.jsx?$/, exclude: /node_modules/, loader: 'babel-loader?experimental&optional=runtime'}
{test: /\.jsx?$/, exclude: /node_modules/, loader: 'babel-loader?stage=0&optional=runtime'}
]
},
plugins: [
Expand Down
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ module.exports = {
},
module: {
loaders: [
{test: /\.jsx?$/, exclude: /node_modules/, loader: 'babel-loader?experimental'}
{test: /\.jsx?$/, exclude: /node_modules/, loader: 'babel-loader?stage=0'}
]
},
plugins: [
Expand Down

0 comments on commit 42006df

Please sign in to comment.