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

Use parcel v2 (parcel@next) #9

Closed
wants to merge 1 commit into from
Closed

Use parcel v2 (parcel@next) #9

wants to merge 1 commit into from

Conversation

limonte
Copy link
Member

@limonte limonte commented Oct 25, 2020

Blocked by parcel-bundler/parcel#5275

Currenty yarn build failing with:

$ parcel build --no-source-maps app.ts
🚨 Build failed.
@parcel/transformer-sass: The @import path "~@sweetalert2/themes/dark/dark.scss" is using webpack specific syntax, which isn't supported by Parcel.

To @import files from node_modules, use "@sweetalert2/themes/dark/dark.scss"
  ╷
7 │ @import '~@sweetalert2/themes/dark/dark.scss';
  │         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵
  styles.scss 7:9  root stylesheet

@limonte limonte mentioned this pull request Oct 19, 2021
@limonte limonte closed this in #12 Oct 19, 2021
@limonte limonte deleted the parcel-v2 branch October 19, 2021 14: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.

None yet

1 participant