It would be better if the source maps option would accept an array. Instead of: ``` sourcemaps: ./dist/bar ./out/bar ``` it would be: ``` sourcemaps: - ./dist/bar - ./out/bar ```