lvzhenbang

Results 5 comments of lvzhenbang

哪一块儿我也在找原因,逻辑确实有问题

@cjavilla-stripe The Price ID is configured in `.env`, but i can't provide more output you. I checked the entire process and there was no error before `Session session = Session.create(createParams);`,...

@cjavilla-stripe I found the problem, but I don’t know why I can’t use `.setName()`, eg: `LineItem item = new LineItem.Builder().setName(name).setQuantity(quantity).setPrice(price).build();`

Need to use `optimization.splitchunks`, please refer to [webpack example](https://github.com/webpack/webpack/tree/master/examples/common-chunk-and-vendor-chunk)。

Consider using ‘code spliting’, using ‘require.ensure()’ or ‘import()’ within code blocks.