In project used angular 2 + webpack + bootstrap
I want use custom theme for bootstrap - replace node_modules/../bootstrap.css with ./Content/bootstrap.min.css
I add alias for that
alias: {
'bootstrap/dist/css/bootstrap.css': './Content/bootstrap.min.css',
}
but have errors
Can't resolve '../fonts/glyphicons-halflings-regular.eot' in '\Content' @ ./Content/bootstrap.min.css
How I can replace a file but not change the folder for depend resources
example
glyphicons-halflings-regular.eot must be searched in \node_modules not in Content