Skip to content

fix(build): updated path to export styles in package.json#64

Merged
egordidenko merged 1 commit intomainfrom
fix/update-css-file-name
Apr 28, 2025
Merged

fix(build): updated path to export styles in package.json#64
egordidenko merged 1 commit intomainfrom
fix/update-css-file-name

Conversation

@egordidenko
Copy link
Contributor

Description

Checklist

@egordidenko egordidenko force-pushed the fix/update-css-file-name branch from 127009d to c91b69f Compare April 27, 2025 05:26
@egordidenko egordidenko requested a review from Copilot April 27, 2025 05:26
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the Vite configuration for the react-uploader package by adding a new property to specify a CSS file name.

  • Added the cssFileName property with the value "styles" to the configuration.
  • Minor configuration tweaks to support build requirements.
Files not reviewed (1)
  • packages/react-uploader/package.json: Language not supported

@egordidenko egordidenko force-pushed the fix/update-css-file-name branch from c91b69f to 0fccce0 Compare April 27, 2025 05:35
@uploadcare uploadcare deleted a comment from Copilot AI Apr 27, 2025
"types": "./dist/nextjs.d.ts"
},
"./core.css": "./dist/style.css"
"./core.css": "./dist/react-uploader.css"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@egordidenko egordidenko changed the title fix(build): added cssFileName in vite.config fix(build): updated path to export styles in package.json Apr 28, 2025
@egordidenko egordidenko merged commit b9bc43b into main Apr 28, 2025
2 of 3 checks passed
@egordidenko egordidenko deleted the fix/update-css-file-name branch April 28, 2025 08:25
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

Successfully merging this pull request may close these issues.

3 participants