You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current version of magic-string 0.25.0 dependency use sourcemap-codec dependency that is deprecated.
In version 0.27.0 it's replaced with @jridgewell/sourcemap-codec. magic-string dependency needs to be updated.
Steps to reproduce
yarn init -y
yarn set version canary
yarn add @surma/rollup-plugin-off-main-thread
Output:
➤ YN0000: ┌ Resolution step➤ YN0061: │ sourcemap-codec@npm:1.4.8 is deprecated: Please use @jridgewell/sourcemap-codec instead➤ YN0000: └ Completed➤ YN0000: ┌ Fetch step➤ YN0000: └ Completed➤ YN0000: ┌ Link step➤ YN0000: └ Completed➤ YN0000: Done with warnings
The text was updated successfully, but these errors were encountered:
Current version of
magic-string
0.25.0 dependency usesourcemap-codec
dependency that is deprecated.In version 0.27.0 it's replaced with
@jridgewell/sourcemap-codec
.magic-string
dependency needs to be updated.Steps to reproduce
yarn init -y
yarn set version canary
yarn add @surma/rollup-plugin-off-main-thread
The text was updated successfully, but these errors were encountered: