Skip to content

Error style when build with webpack #10

Description

@tannguyenit

When i use loader of webpack i get problem
Error when build with webpack

The reason it does is because all URLs are rebased first and if you don't pass import as a url(...) then it does not get rebased, thus finds the file in the current folder.
You should replace to

@import url('https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css');

@import url('https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css');

Please resolve it for me. Thanks you

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions