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
./src/css/main.css (/path/to/node_modules/css-loader/dist/cjs.js??ref--6-1!/path/to/node_modules/postcss-loader/src??postcss!./src/css/main.css)
Module build failed (from /path/to/node_modules/postcss-loader/src/index.js):
TypeError: Cannot set property 'parent' of undefined
at /path/to/src/css/components/sidebar.css:1:1
at Rule.removeChild (/path/to/node_modules/postcss-import/node_modules/postcss/lib/container.js:584:30)
at /path/to/node_modules/postcss-rtl/lib/index.js:186:14
at Array.forEach (<anonymous>)
at /path/to/node_modules/postcss-rtl/lib/index.js:183:16
at /path/to/node_modules/postcss-loader/node_modules/postcss/lib/container.js:135:18
at Root.each (/path/to/node_modules/postcss-loader/node_modules/postcss/lib/container.js:101:16)
at Root.walk (/path/to/node_modules/postcss-loader/node_modules/postcss/lib/container.js:131:17)
at /path/to/node_modules/postcss-rtl/lib/index.js:147:7
at LazyResult.run (/path/to/node_modules/postcss-loader/node_modules/postcss/lib/lazy-result.js:295:14)
at LazyResult.asyncTick (/path/to/node_modules/postcss-loader/node_modules/postcss/lib/lazy-result.js:208:26)
This issue is happening always.
My webpack config with postcss support is:
formwrapper.css
is:The text was updated successfully, but these errors were encountered: