Skip to content
Discussion options

You must be logged in to vote

I spent some time removing everything I could from my code and the starter template until I found the culprit.

My package.json was missing this:

  "browserslist": {
    "production": [
      ">0.5%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 3 chrome version",
      "last 3 firefox version",
      "last 5 safari version"
    ]
  }

It looks like it was deleted by someone cleaning up our dependencies 😅. It makes sense we need to target recent browsers supporting Cascade Layers but I would expected a warning or something.

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@jaredmcateer
Comment options

Answer selected by jaredmcateer
@slorber
Comment options

slorber Jan 31, 2026
Collaborator

@jaredmcateer
Comment options

@slorber
Comment options

slorber Feb 2, 2026
Collaborator

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants