Skip to content

build script #116

Description

@eatyourpeas

The npm run build build script has been updated in newer versions of rollup.
Currently this is what we have:
"build": "ROLLUP_WATCH=false rollup -c --bundleConfigAsCjs",
Now that we have upgraded rollup following a reported security vulnerability in Rollup, it should be:
build”: “ROLLUP -w -c --bundleConfigAsCjs

What we have seems to work without any warnings at the moment
Thanks to Caroline Kirkhope at System C for noticing this

Metadata

Metadata

Assignees

No one assigned

    Labels

    consistencyNot strictly a bug, but an implementation could be made clearer

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions