Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

group-css-media-queries: postcss.plugin was deprecated. #11

Closed
tednaaa opened this issue Sep 22, 2021 · 12 comments
Closed

group-css-media-queries: postcss.plugin was deprecated. #11

tednaaa opened this issue Sep 22, 2021 · 12 comments

Comments

@tednaaa
Copy link
Contributor

tednaaa commented Sep 22, 2021

image

migration guide - https://evilmartians.com/chronicles/postcss-8-plugin-migration

@tednaaa
Copy link
Contributor Author

tednaaa commented Sep 22, 2021

trying to fix in #12
all tests is also are passed

@tednaaa
Copy link
Contributor Author

tednaaa commented Sep 22, 2021

also added script in package.json for clean publishing to npm

image

@retyui retyui closed this as completed Sep 22, 2021
@tednaaa
Copy link
Contributor Author

tednaaa commented Sep 22, 2021

it seems we broke something

image

@retyui
Copy link
Owner

retyui commented Sep 22, 2021

Good catch! I've added the e2e test to test this issue

fixed in 4.1.0

@tednaaa
Copy link
Contributor Author

tednaaa commented Sep 23, 2021

image

what is it used for?

@retyui
Copy link
Owner

retyui commented Sep 23, 2021

I'm using a Typescript for a webpack config file and to define tsconfig.json that should use node-ts use when compile ts=>js I define TS_NODE_PROJEST environment variable

@tednaaa
Copy link
Contributor Author

tednaaa commented Sep 23, 2021

it seems we are working on different operating systems. fixed in #16

@tednaaa
Copy link
Contributor Author

tednaaa commented Sep 24, 2021

getting error:

image
image

but I don't know how to fix that

@retyui
Copy link
Owner

retyui commented Sep 24, 2021

To fix npm i schema-utils --save-dev

which version of webpack do you use?

@tednaaa
Copy link
Contributor Author

tednaaa commented Sep 24, 2021

"webpack": "^5.52.1",
"webpack-cli": "^4.8.0",

npm i schema-utils --save-dev solved the problem, but I didn't get it, shouldn't the plugin itself download its dependencies

@retyui
Copy link
Owner

retyui commented Oct 3, 2021

@tednaaa I agree, in 4.3.0 schema-utils added as dependencies

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants