From docs:
If no file extension is given, .pug is automatically appended to the file name.
However, I need to include a system file without extension:
include .browserslistrc
Pug tries to include .browserslistrc.pug
, not .browserslistrc
. How can I include this file without creating a symbolic link?