given this configuration…
{
context: context,
entry: {
'css/semantic': './assets/semantic/dist/semantic.css'
},
output: {
filename: '[name].[hash].[ext]',
path: output
}
....
}
i got..
css/semantic.fcf03c5c291960288713.[ext]
what happened with [ext] ?? got removed?
webpack version 2.2.1
Re-opening as I can confirm the issue.
[ext]
does not work withoutput.filename
.Also having this issue, very frustrating.
Open a new issue.
looks like this ‘lovely’ bug still not fixed..