rollbar-sourcemap-webpack-plugin
Version:
A Webpack plugin to upload sourcemaps to Rollbar after build
32 lines (31 loc) • 945 B
JSON
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "Jest: Current File",
"args": [
"--inspect-brk",
"${workspaceFolder}/node_modules/.bin/jest",
"--runInBand"
],
"console": "integratedTerminal",
"internalConsoleOptions": "neverOpen",
"disableOptimisticBPs": true
},
{
"type": "node",
"request": "launch",
"name": "Launch Webpack - React Example",
"program": "${workspaceFolder}/examples/react/node_modules/webpack/bin/webpack.js",
"args": [
"--config", "${workspaceFolder}/examples/react/webpack.config.js"
],
"envFile": "${workspaceFolder}/examples/react/.env"
}
]
}