Skip to content
This repository has been archived by the owner on Oct 15, 2021. It is now read-only.

Adding CSS to the vendor bundle via bundleCSS is broken #272

Closed
Miercko opened this issue Mar 15, 2019 · 0 comments
Closed

Adding CSS to the vendor bundle via bundleCSS is broken #272

Miercko opened this issue Mar 15, 2019 · 0 comments
Labels

Comments

@Miercko
Copy link

Miercko commented Mar 15, 2019

Using this

"vendor": {
      "bundleCSS": [
        "@fortawesome/fontawesome-free/css/all.css"
      ],
      "includeStaticFiles": []
    }

will break the build with the following error:

ERROR in chunk vendor [initial]
assets/css/vendor.bundle.css
Cannot read property 'pop' of undefined
ℹ 「wdm」: Failed to compile.

This seams to be related to:

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant