• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

rbarilani / remove-source-map-url-webpack-plugin / 155

pending completion
155

push

travis-ci-com

web-flow
chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2.
- [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases)
- [Commits](https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.2)

---
updated-dependencies:
- dependency-name: decode-uri-component
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

10 of 10 branches covered (100.0%)

Branch coverage included in aggregate %.

28 of 28 relevant lines covered (100.0%)

6.14 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

100.0
/test/mock-project/webpack.config.js
1
const path = require("path");
2✔
2
const RemoveSourceMapUrlWebpackPlugin = require("../../index");
2✔
3

4
module.exports = {
2✔
5
  entry: path.resolve(__dirname, "./src/main.js"),
6
  output: {
7
    filename: "[name].js",
8
    path: path.resolve(__dirname, "dist"),
9
  },
10
  devtool: "source-map",
11
  plugins: [new RemoveSourceMapUrlWebpackPlugin()],
12
};
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc