5.0.0 • Published 4 years ago

rollup-config-x v5.0.0

Weekly downloads
2
License
ISC
Repository
gitlab
Last release
4 years ago

about

Referencing plugins via rollup.config.js or inline can get tedious across similar projects. Including a Node.js packaged external configuration is thankfully possible using a node: shortcut. Passing down custom command line arguments prefixed, not unsurprisingly, config is also supported.

Useful when importing from node_modules, this x config adds the @rollup/node-resolve plugin flipping the default browser and preferBuiltins settings. Command line flag --configPreferBuiltins is available for the latter.

setup

Download the latest version beside Rollup:

# Add to package.json
npm install rollup rollup-config-x --save-dev

usage

Then as part of npm scripts for example:

{
  "scripts": {
    "start": "rollup -c node:x --configPreferBuiltins <file>"
  }
}
5.0.0

4 years ago

4.0.4

4 years ago

4.0.3

4 years ago

4.0.2

4 years ago

4.0.1

4 years ago

4.0.0

4 years ago

3.0.0

5 years ago

2.0.3

5 years ago

2.0.2

5 years ago

2.0.1

5 years ago

1.1.0

5 years ago

2.0.0

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

8 years ago

0.0.1

8 years ago

0.0.0

8 years ago