Skip to content

Commit

Permalink
remove double rule for .css
Browse files Browse the repository at this point in the history
close #154, close #156
  • Loading branch information
LinusBorg authored Nov 7, 2017
1 parent e167890 commit 905c3a8
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions template/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,6 @@ module.exports = {
},
module: {
rules: [
{
test: /\.css$/,
use: [
'vue-style-loader',
'css-loader'
],
},
{
test: /\.css$/,
use: [
Expand Down

0 comments on commit 905c3a8

Please sign in to comment.