Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix js linter complaints in webpack config file.
  • Loading branch information
lukeasrodgers committed Feb 18, 2016
commit 963ae478bcc337ab520b9d3c566e9a0791978dd5
4 changes: 2 additions & 2 deletions client/webpack.client.rails.build.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ config.module.loaders.push(
loader: 'babel-loader',
exclude: /node_modules/,
query: {
plugins: ['lodash']
}
plugins: ['lodash'],
},
},
{
test: /\.css$/,
Expand Down