biotope / biotope-build

Biotope Build Framework
https://build.biotope.sh
MIT License
24 stars 10 forks source link

copy.js task should copy both .js and .js.map files to vendor #421

Closed SheepFromHeaven closed 4 years ago

SheepFromHeaven commented 4 years ago

If I have in projectConfig.js this:

    externalResources: {
        '@webcomponents' : [
            'webcomponentsjs/webcomponents-bundle.js',
            'webcomponentsjs/webcomponents-bundle.js.map'
        ]

Only the .js file ends up in vendor and not the .js.map file. Please add support for copying map files.

Moved from https://github.com/biotope/biotope/issues/114