Changes between Initial Version and Version 1 of Ticket #26249
- Timestamp:
- Feb 20, 2016, 12:50:53 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26249 – Description
initial v1 54 54 55 55 (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.).