Skip to content
This repository has been archived by the owner on Nov 2, 2018. It is now read-only.

Commit

Permalink
Style fixes
Browse files Browse the repository at this point in the history
Single quotes and trailing commas.
  • Loading branch information
wincent committed May 31, 2017
1 parent 37a2166 commit 17a305e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webpack.config.js
Expand Up @@ -5,8 +5,8 @@ const config = {
entry: path.resolve(__dirname, 'js', 'app.js'),
resolve: {
modules: [
"node_modules",
path.resolve(__dirname, "js")
'node_modules',
path.resolve(__dirname, 'js'),
]
},
module: {
Expand Down

0 comments on commit 17a305e

Please sign in to comment.