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
{{ message }}
This repository has been archived by the owner on Jun 5, 2022. It is now read-only.
Babel is not happy the way you import index.css in my application.
It does works one time, but no more now... i have no clue why, but i think it is in relation with the fact i use a SSR web site code, and the way you are including .css file should be unaccepted in client side.
Do you have an idea how to fix this ?
The text was updated successfully, but these errors were encountered:
Same here breaks on .fileUploader
`node_modules\react-images-upload\index.css:1
.fileUploader {
^
SyntaxError: Unexpected token '.'
at wrapSafe (internal/modules/cjs/loader.js:984:16)
at Module._compile (internal/modules/cjs/loader.js:1032:27)
at Module._extensions..js (internal/modules/cjs/loader.js:1097:10)`
Babel is not happy the way you import index.css in my application.
It does works one time, but no more now... i have no clue why, but i think it is in relation with the fact i use a SSR web site code, and the way you are including .css file should be unaccepted in client side.
Do you have an idea how to fix this ?
The text was updated successfully, but these errors were encountered: