Open
Description
- imports: true
- publicPath: 'dist/'
The split file containing the imports is put in the right place under dist along with the pieces. However, the @import points to "dist/styles-1.css". Since these are relative to the current split file, it's looking under "dist/dist/styles-1.css".
Not a big deal on my end. I simply made my publicPath context-relative. Just thought I'd submit the issue in case others run into it.
Metadata
Metadata
Assignees
Labels
No labels