Ben Daley

Results 19 comments of Ben Daley

I believe this is due to the default behaviour of [connect-history-api-fallback](https://npmjs.org/package/connect-history-api-fallback) which is used internally in browser-sync-spa to serve fallback pages. Take a look at the `rewrite` option (particularly the...

@davglass Thanks for your reply, I understand that `require` in the browser does not make. My build was targeting node using common js 2 (no UMD). Specifically I was creating...

👍 Would love to see this

Hi @akamensky Use cases for local install: - node versions: local packages work much better when using different node versions per project, I use nvm for this and no longer...

I don't really get your use case for chaining file and nunjucks loaders together - can you explain what you're expecting to happen? In regards to modular design that you've...

Hello @patrickporto Any feedback at all or just trollin`?

@patrickporto thanks for cleaning up the title. @bobbrez / @patrickporto - thanks for reporting your use case. I'm not convinced this functionality should be a part of this loader... let...

> There is an another way (using an intermediate file) that will do what you're after Not as easy as I'd hoped for... I've burnt a few hours tonight trying...

> when using sass / fontawesome you need the file-loader as well @daslicht You can [use other loaders within the nunjucks templates](https://github.com/at0g/nunjucks-loader#filters-and-extensions)