@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.
@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:
But I do not manage to get working references to .css files.