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

Add Sass support for esbuild, update frontend dependency versions #542

Merged
merged 8 commits into from
May 21, 2022

Conversation

jaredcwhite
Copy link
Member

@jaredcwhite jaredcwhite commented Apr 24, 2022

Like the title says! Sass files are now supported in esbuild. Unlike Webpack, you can easily use Sass files after the fact, it's not mutually exclusive with PostCSS.

Also the versions of the frontend dependencies in package.json have all been updated.

Closes #526

  • Documentation

@render
Copy link

render bot commented Apr 24, 2022

@render
Copy link

render bot commented Apr 24, 2022

@jaredcwhite jaredcwhite added this to the 1.1 milestone Apr 24, 2022
const sourceMap = result.sourceMap

const promises = sourceMap.sources.map(async source => {
const daFile = await fs.readFile(fileURLToPath(source), "utf8")
Copy link
Member Author

Choose a reason for hiding this comment

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

should rename this variable =)

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.

feat: Sass support with esbuild
1 participant