pugjs / pug-loader

Pug loader module for Webpack
MIT License
425 stars 119 forks source link

Interpolation not working #119

Open oconely opened 5 years ago

oconely commented 5 years ago

Hello, Does anybody know why this syntax ( #{someValue} ) for interpolation not working. In the end output html look like this:<\li class="item_1 #{i === 5 ? 'active' : ' ' }">