Skip to content

parcel

Interact with parcel from R, supports npm and yarn.

Parcel.js is a nice alternative to webpack.

There is already the packer package to interact with webpack. Given the complexity of webpack the package does much of the work for the developer.

However, the simplicity of parcel.js allows a different approach: it’s much less hands-on because, unlike webpack, the learning curve of parcel is very approachable.