-
-
Notifications
You must be signed in to change notification settings - Fork 622
Closed
Description
Lowest versions of magic-string 0.27.0 dependency use the deprecated sourcemap-codec dependency (should be replaced with @jridgewell/sourcemap-codec).
magic-string dependency needs to be updated in:
@rollup/plugin-commonjs@rollup/plugin-dynamic-import-vars@rollup/plugin-inject@rollup/plugin-replace@rollup/plugin-strip
Steps to reproduce
yarn init -yyarn set version canaryyarn add @rollup/plugin-replace
Expected Behavior
No warning log
Actual Behavior
➤ 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 warningsReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels