You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
parcel css can only provide `autoprefixer`, if you use custom postcss plugins, it is not recommended to use parcel css instead of postcss
60
+
parcel css can replace `autoprefixer` and `postcss-preset-env`, if you use custom postcss plugins, you can use both `parcel-css-loader` and `postcss-loader`.
0 commit comments