Skip to content

Commit

Permalink
format webpack.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ddcat1115 committed Jun 6, 2016
1 parent 9558aa2 commit e051e8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const getWebpackConfig = require('antd-tools/lib/getWebpackConfig');
module.exports = function (webpackConfig) {
webpackConfig = getWebpackConfig(webpackConfig);
if (process.env.RUN_ENV === 'PRODUCTION') {
// Fix ie8 compatibility
// Fix ie8 compatibility
webpackConfig[0].module.loaders.unshift({
test: /\.jsx?$/,
loader: 'es3ify-loader',
Expand Down

0 comments on commit e051e8a

Please sign in to comment.