I have a page which import a.js, and I have a component in this page, the component also import a.js. This component is in a prograssiveDisplay.
The result is I get 2 same a.js with different url. This makes some of my function not work. The urls are: http://localhost:8080/assets/0.4.0/stack/en/a.js http://localhost:8080/assets/0.4.0/stack/en_US/a.js Thanks for your help. -- Bo Gao