exports.wiredep = {
exclude: [/bootstrap\.css/],
directory: 'bower_components',
overrides: {
'bower-component_name': {
'main': [ './src/uncompressed/xyz.js','mention the files here with proper path'
]
}To include the bower_components files not mentioned in bower.json of your component here’s an…