postcss-nesting@7.0.1 | | | `-- postcss@7.0.35 deduped | | +-- postcss-overflow-shorthand@2.0.0 | | | `-- postcss@7.0.35 deduped | | +-- postcss-page-break@2.0.0 | | | `-- postcss@7.0.35 deduped | | +-- postcss-place@4.0.1 | | | +-- postcss@7.0.35 deduped | |...
importReact,{Component}from'react';classTestCompextendsComponent{staticpropTypes={};staticdefaultProps={};constructor(props){super(props);this.state={};}render(){consta=`haha`;return(haha);}}exportdefaultTestComp; also, I change some sourceCode, try to find problems. innode_modules/eslint/lib...
Module build failed (from ./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js): TypeError: Cannot read properties of undefined (reading 'config') at getTailwindConfig (xxx/node_modules/tailwindcss/lib/lib/setupTrackingContext.js:85:63) at xxx/node_modules/tailwindcss/lib...
Using vite, it appearspostcss-nestingisn't supported, or at least doesn't work properly? The warning is displayed if you attempt to use'tailwindcss-nesting': 'postcss-nesting'but goes away if you just use the default with'tailwindcss-nesting': {} 6 😕3 0 replies lucho20pt Sep 14, 2...