vite-plugin-rollbar
Advanced tools
Comparing version 0.0.6 to 0.0.7-beta.0
{ | ||
"name": "vite-plugin-rollbar", | ||
"version": "0.0.6", | ||
"version": "0.0.7-beta.0", | ||
"description": "A Vite plugin to upload sourcemaps to Rollbar after build.", | ||
@@ -5,0 +5,0 @@ "main": "./cjs/index.js", |
@@ -61,3 +61,3 @@ // Custom rollup plugin for uploading rollbar deploys | ||
}, | ||
name: 'rollbar-sourcemap-vite-plugin', | ||
name: 'vite-plugin-rollbar', | ||
async writeBundle() { | ||
@@ -93,3 +93,3 @@ const files = await glob('./**/*.map', { cwd: outputDir }) | ||
Promise.all( | ||
sourcemaps.forEach((asset) => { | ||
sourcemaps.map((asset) => { | ||
const form = new FormData() | ||
@@ -96,0 +96,0 @@ form.append('access_token', accessToken) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
26306