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 4848 "url" : " https://github.com/nezanuha/markdown-text-editor/issues"
4949 },
5050 "dependencies" : {
51+ "@tailwindcss/typography" : " ~0.5.15" ,
5152 "marked" : " ~15.0.4" ,
52- "tailwindcss" : " ~3.4.13" ,
53- "@tailwindcss/typography" : " ~0.5.15"
53+ "tailwindcss" : " ~3.4.13"
5454 },
5555 "devDependencies" : {
5656 "@babel/core" : " ^7.25.2" ,
5757 "@babel/preset-env" : " ^7.25.4" ,
5858 "autoprefixer" : " ^10.4.20" ,
5959 "babel-loader" : " ^9.2.1" ,
6060 "css-loader" : " ^7.1.2" ,
61+ "cssnano" : " ^7.0.6" ,
6162 "html-webpack-plugin" : " ^5.6.3" ,
6263 "mini-css-extract-plugin" : " ^2.9.1" ,
6364 "postcss" : " ^8.4.47" ,
Original file line number Diff line number Diff line change @@ -2,5 +2,6 @@ module.exports = {
22 plugins : {
33 tailwindcss : { } ,
44 autoprefixer : { } ,
5+ ...( { cssnano : { } } )
56 }
67}
You can’t perform that action at this time.
0 commit comments