Bugsnag integration
This commit is contained in:
@@ -4,13 +4,15 @@
|
||||
"version": "0.9.20",
|
||||
"main": "bundle.js",
|
||||
"scripts": {
|
||||
"start": "node_modules/.bin/webpack --watch",
|
||||
"build": "node_modules/.bin/webpack",
|
||||
"start": "node_modules/.bin/webpack --watch --env.NODE_ENV development",
|
||||
"build": "node_modules/.bin/webpack -p --env.NODE_ENV production",
|
||||
"test": "node_modules/.bin/jest",
|
||||
"test:watch": "node_modules/.bin/jest --watch",
|
||||
"release": "copyfiles main.css main.min.js background.min.js manifest.json popup.html options.html node_modules/jquery/dist/jquery.min.js node_modules/select2/select2.js src/images/* release"
|
||||
},
|
||||
"dependencies": {
|
||||
"@bugsnag/js": "^5.2.0",
|
||||
"@bugsnag/plugin-react": "^5.2.0",
|
||||
"axios": "^0.18.0",
|
||||
"classnames": "^2.2.6",
|
||||
"date-fns": "^1.30.1",
|
||||
@@ -50,6 +52,7 @@
|
||||
"sass-loader": "^7.1.0",
|
||||
"style-loader": "^0.23.1",
|
||||
"webpack": "^4.15.0",
|
||||
"webpack-bugsnag-plugins": "^1.3.0",
|
||||
"webpack-cli": "^3.0.8"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user