Skip to content

Commit

Permalink
Merge pull request #2 from f-lab-edu/feature/테일윈드-및-리액트-라우터-세팅
Browse files Browse the repository at this point in the history
Feature/테일윈드 및 리액트 라우터 세팅
  • Loading branch information
steveflevc authored Dec 30, 2024
2 parents 4d0a8c1 + d59a600 commit ca479fc
Show file tree
Hide file tree
Showing 11 changed files with 621 additions and 22 deletions.
2 changes: 1 addition & 1 deletion configs/webpack.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ module.exports = merge(common, {
rules: [
{
test: /\.css$/,
use: ['style-loader', 'css-loader'],
use: ['style-loader', 'css-loader', 'postcss-loader'],
},
{
test: /\.(js|jsx|ts|tsx)$/,
Expand Down
2 changes: 1 addition & 1 deletion configs/webpack.prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ module.exports = merge(common, {
rules: [
{
test: /\.css$/,
use: [MiniCssExtractPlugin.loader, 'css-loader'],
use: [MiniCssExtractPlugin.loader, 'css-loader', 'postcss-loader'],
},
],
},
Expand Down
Loading

0 comments on commit ca479fc

Please sign in to comment.