Skip to content

imports path incorrect when publicPath is relative #5

Open
@kfeinUI

Description

@kfeinUI
  1. imports: true
  2. 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions