-
Notifications
You must be signed in to change notification settings - Fork 294
Open
Description
Vite now says its deprecated:
1:22:26 PM [vite] warning:
node_modules/react-awesome-slider/src/styles.js
1 | import styles from './core/styles.scss';
| ^
2 |
3 | export default styles;
Default and named imports from CSS files are deprecated. Use the ?inline query instead. For example: import styles from './core/styles.scss?inline'
Plugin: vite:import-analysis
File: node_modules/react-awesome-slider/src/styles.js?inline
Perhaps it would make sense to change it?
Metadata
Metadata
Assignees
Labels
No labels