Results 1 comments of Pavlo Sumkin

There is the solution based on [`path` node module](https://nodejs.org/api/path.html): ``` const path = require('path'); module.exports = { basePath: '../src', files: [ {pattern: '../node_modules/some-package/dist/img/*.png', watched: false, included: false, served: true, nocache:...