mirror of
https://github.com/FlipsideCrypto/flipside-js.git
synced 2026-02-06 10:48:11 +00:00
Comment out bundle analyzer (hangs during build).
This commit is contained in:
parent
9413808bdf
commit
194a1822be
@ -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/ },
|
||||
|
||||
Loading…
Reference in New Issue
Block a user