Skip to content

Commit

Permalink
format comments
Browse files Browse the repository at this point in the history
  • Loading branch information
cobiwave committed Jun 27, 2021
1 parent 22a7b4e commit e2a0aed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions webpack.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ module.exports = merge(common, {
use: [
"style-loader", //3. Inject styles into DOM
"css-loader", //2. Turns css into commonjs
"sass-loader",
], //1. Turns sass into css
"sass-loader", //1. Turns sass into css
],
},
],
},
Expand Down
4 changes: 2 additions & 2 deletions webpack.prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ module.exports = merge(common, {
use: [
MiniCssExtractPlugin.loader, //3. Extract css into files
"css-loader", //2. Turns css into commonjs
"sass-loader",
], //1. Turns sass into css
"sass-loader", //1. Turns sass into css
],
},
],
},
Expand Down

0 comments on commit e2a0aed

Please sign in to comment.