Skip to content

Commit 86018b2

Browse files
committedOct 7, 2015
Fix linting errors within server.rails.config and hot.config
1 parent c2419e1 commit 86018b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎client/webpack.client.hot.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ config.module.loaders.push(
4646
transform: 'react-transform-hmr',
4747
imports: ['react'],
4848
locals: ['module'],
49-
}
49+
},
5050
],
5151
},
5252
},

‎client/webpack.server.rails.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ module.exports = {
1717
plugins: [
1818
new webpack.DefinePlugin({
1919
'process.env': {
20-
'NODE_ENV': JSON.stringify('production'),
20+
NODE_ENV: JSON.stringify('production'),
2121
},
2222
}),
2323
],

0 commit comments

Comments
 (0)
Please sign in to comment.