File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 48
48
"url" : " https://github.com/nezanuha/markdown-text-editor/issues"
49
49
},
50
50
"dependencies" : {
51
+ "@tailwindcss/typography" : " ~0.5.15" ,
51
52
"marked" : " ~15.0.4" ,
52
- "tailwindcss" : " ~3.4.13" ,
53
- "@tailwindcss/typography" : " ~0.5.15"
53
+ "tailwindcss" : " ~3.4.13"
54
54
},
55
55
"devDependencies" : {
56
56
"@babel/core" : " ^7.25.2" ,
57
57
"@babel/preset-env" : " ^7.25.4" ,
58
58
"autoprefixer" : " ^10.4.20" ,
59
59
"babel-loader" : " ^9.2.1" ,
60
60
"css-loader" : " ^7.1.2" ,
61
+ "cssnano" : " ^7.0.6" ,
61
62
"html-webpack-plugin" : " ^5.6.3" ,
62
63
"mini-css-extract-plugin" : " ^2.9.1" ,
63
64
"postcss" : " ^8.4.47" ,
Original file line number Diff line number Diff line change @@ -2,5 +2,6 @@ module.exports = {
2
2
plugins : {
3
3
tailwindcss : { } ,
4
4
autoprefixer : { } ,
5
+ ...( { cssnano : { } } )
5
6
}
6
7
}
You can’t perform that action at this time.
0 commit comments