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

Update source map loader dependency #470

Merged

Conversation

KaneFreeman
Copy link
Member

Type: bug / feature

The following has been addressed in the PR:

  • There is a related issue
  • All code has been formatted with prettier
  • Unit or Functional tests are included in the PR
  • schema.json has been updated appopriately

Description:
Update from custom source-map-loader-cli dependency to official source-map-loader

Before
image

After
image

Resolves #429

@codecov
Copy link

codecov bot commented May 20, 2021

Codecov Report

Merging #470 (fc57964) into master (7b72a3f) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #470   +/-   ##
=======================================
  Coverage   43.50%   43.50%           
=======================================
  Files          12       12           
  Lines         878      878           
  Branches      265      265           
=======================================
  Hits          382      382           
  Misses        496      496           
Impacted Files Coverage Δ
src/base.config.ts 19.24% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7b72a3f...fc57964. Read the comment docs.

package.json Outdated
@@ -155,7 +155,7 @@
"postcss-modules": "3.2.2",
"postcss-preset-env": "6.7.0",
"slash": "1.0.0",
"source-map-loader-cli": "0.0.1",
"source-map-loader": "^1.1.3",
Copy link
Member

Choose a reason for hiding this comment

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

Can we pin this please

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.

Source map paths are flattened
3 participants