Changes between Initial Version and Version 1 of Ticket #26249


Ignore:
Timestamp:
Feb 20, 2016, 12:50:53 PM (8 years ago)
Author:
Aymeric Augustin
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #26249 – Description

    initial v1  
    5454
    5555(I ended up with the `/static/` prefix because I set webpack's `output.publicPath` to `/static/`. I don't remember why I need it, but it doesn't make the bug less valid.)
     56
     57(EDIT: I need to set `output.publicPath` to `/static/` because webpack's code splitting doesn't work without this -- chunks get loaded from /current/url/chunk.js instead of /static/chuck.js, which obviously doesn't work. I don't want to include the hostname in the URL because I want to use the same build in staging and production.).
Back to Top