From d86973f3b1c4de6a7d23932c4a57eff86b61c6d3 Mon Sep 17 00:00:00 2001 From: willyb321 Date: Fri, 20 Apr 2018 12:48:46 +1000 Subject: [PATCH] specify appVersion for bugsnag --- src/index.ejs | 2 +- webpack.config.prod.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/index.ejs b/src/index.ejs index 292928ed..8bb317f2 100644 --- a/src/index.ejs +++ b/src/index.ejs @@ -58,7 +58,7 @@ diff --git a/webpack.config.prod.js b/webpack.config.prod.js index 9332d7bd..b3f6de99 100644 --- a/webpack.config.prod.js +++ b/webpack.config.prod.js @@ -4,7 +4,7 @@ const webpack = require('webpack') const HtmlWebpackPlugin = require('html-webpack-plugin') const ExtractTextPlugin = require('extract-text-webpack-plugin') const AppCachePlugin = require('appcache-webpack-plugin') -const {BugsnagSourceMapUploaderPlugin, BugsnagBuildReporterPlugin} = require('webpack-bugsnag-plugins') +const {BugsnagSourceMapUploaderPlugin} = require('webpack-bugsnag-plugins') const pkgJson = require('./package') function CopyDirPlugin (source, destination) {