Skip to content

Commit

Permalink
добавит фреймворк, установит лоадеры
Browse files Browse the repository at this point in the history
  • Loading branch information
KseniiaPan committed Sep 19, 2024
1 parent 2d90e90 commit ba43e58
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,11 @@
"@babel/preset-env": "7.21.4",
"babel-loader": "9.1.2",
"copy-webpack-plugin": "11.0.0",
"css-loader": "6.7.3",
"eslint": "8.38.0",
"eslint-config-htmlacademy": "9.0.0",
"html-webpack-plugin": "5.5.1",
"style-loader": "3.3.2",
"webpack": "5.79.0",
"webpack-cli": "5.0.1",
"webpack-dev-server": "4.13.3"
Expand Down
4 changes: 4 additions & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ module.exports = {
},
},
},
{
test: /\.css$/i,
use: ['style-loader', 'css-loader']
},
],
},
};

0 comments on commit ba43e58

Please sign in to comment.