-
Notifications
You must be signed in to change notification settings - Fork 22
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
[Bug] Error: Unsupported source map encoding charset=utf8;base64 #13
Labels
Comments
Hi, Would you like me to submit a pull request for this issue? it is a bit urgent as we now have manually updated the file when doing npm install. |
Pull requests always welcome. I'm.kn holiday so I haven't looked at the
issue.
…On 18 May 2017 10:36 pm, "ericnoguchi" ***@***.***> wrote:
Hi,
Would you like me to submit a pull request for this issue? it is a bit
urgent as we now have manually updated the file when doing npm install.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#13 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAjZWF-G_knG6T67LyGdfAICvEn6ZQ-wks5r7KvNgaJpZM4NYPSx>
.
|
@ericnoguchi Could you please show us what you changed to fix it? |
For now I manually used the same fix for postcss/postcss@215ed88 see my first comment, you will have to do this again if you remove node_modules and reinstall. |
xzyfer
added a commit
that referenced
this issue
Dec 3, 2018
Backported from postcss/postcss@215ed88 Fixes #13
xzyfer
added a commit
that referenced
this issue
Dec 3, 2018
Backported from postcss/postcss@215ed88 Fixes #13
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I using gulp sass and In node_modules\scss-tokenizer\lib\previous-map.js
the below function breaks when encoding is data:application/json;charset=utf8;base64
This issue stops the whole build process
Maybe a fix similar to postcss/postcss@215ed88
The text was updated successfully, but these errors were encountered: