boyuai / antd-country-phone-input

Country phone input component as standard Ant.Design form item
https://boyuai.github.io/antd-country-phone-input/
59 stars 35 forks source link

Missing dist/index.m.css in 4.5.0? #80

Closed NotEvenANeko closed 1 year ago

NotEvenANeko commented 1 year ago

The file index.m.css is missing in the dist directory of 4.5.0.here

And the package.json still have

"exports": {
    "./dist/index.css": {
        "import": "./dist/index.m.css",
        "require": "./dist/index.css"
     }
}

which cause vite to throw Error: [vite]: Rollup failed to resolve import "antd-country-phone-input/dist/index.css" from "/SomeProject/index.tsx". when some components do import 'antd-country-phone-input/dist/index.css.

demo

helsonxiao commented 1 year ago

oops.. can you try 4.5.1?

NotEvenANeko commented 1 year ago

Problem solved, thanks!