ojisan-toybox / nextjs-linaria

linaria with nextjs

Home Page:https://ojisan-toybox.github.io/nextjs-linaria/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nextjs-linaria

npm i

npx next build

npx next export

開発中に遭遇した Error

  • Error: Using the "css" tag in runtime is not supported. Make sure you have set up the Babel plugin correctly.
    • client に css を入れたときのエラー
  • Error: Cannot find module '@babel/core'
    • babel の設定(next/babel, linaria/babel)を足したときのエラー
    • @babel/core を足すと動くけどスタイルはたされない

About

linaria with nextjs

https://ojisan-toybox.github.io/nextjs-linaria/


Languages

Language:JavaScript 64.6%Language:TypeScript 35.4%