Skip to content

Commit

Permalink
fixed lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
PiggySpeed committed May 19, 2018
1 parent b957a90 commit 59e62fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion daemon/web/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const config = {
test: /\.sass/,
exclude: /node_modules/,
use: ['style-loader', 'css-loader', 'sass-loader'],
}
},
],
},
plugins: [
Expand Down
2 changes: 1 addition & 1 deletion daemon/web/webpack.prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const config = {
test: /\.sass/,
exclude: /node_modules/,
use: ['style-loader', 'css-loader', 'sass-loader'],
}
},
],
},
plugins: [
Expand Down

0 comments on commit 59e62fa

Please sign in to comment.