Skip to content

HELP WANTED: How to incoorporate third-party .css files into this setup. #3

@strpipe

Description

@strpipe

@mithunvp I am currently struggling to do that. Can you please help me out?

I got working refences to third-party .js files by importing them inside the vendor.browser.ts file.
I also got jQuery working by referencing it like this in my webpack.common.js-file:

     new webpack.ProvidePlugin({
          $: 'jquery',
          jQuery: 'jquery'
      }),

But I do not manage to get working references to .css files.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions