Prateek Jain
Results
1
comments of
Prateek Jain
I faced the same problem. Later I checked my webpack stats config to find: ``` { ... chunks: false, ... } ``` This needs to be `true`.