fix: postcss-preset-env configuration #2554
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "dpschen/frontend:feature/fix-postcss-preset-env"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Might be that this has never actually worked…
Since evergreen browsers do support most of the polyfilled apis anyway I guess I never realized this.
@ -104,11 +105,6 @@
"wait-on": "6.0.1",
"workbox-cli": "6.5.4"
},
"postcss": {
Autoprefixer is included by default in postcss-preset-env. So I removed the dedicated configuration.
I also moved the configuration to vite so that
package.json
is now really only for package related stuff.Hi dpschen!
Thank you for creating a PR!
I've deployed the changes of this PR on a preview environment under this URL: https://2554-feature-fix-postcss-preset-env--vikunja-frontend-preview.netlify.app
You can use this url to view the changes live and test them out.
You will need to manually connect this to an api running somehwere. The easiest to use is https://try.vikunja.io/.
Have a nice day!