Comment out bundle analyzer (hangs during build).

This commit is contained in:
Jim Myers 2019-03-04 08:18:04 -05:00
parent 9413808bdf
commit 194a1822be

View File

@ -15,7 +15,7 @@ module.exports = {
resolve: {
extensions: [".tsx", ".ts", ".js"]
},
plugins: [new BundleAnalyzerPlugin()],
// plugins: [new BundleAnalyzerPlugin()],
module: {
rules: [
{ test: /\.tsx?$/, use: "ts-loader", exclude: /node_modules/ },