ribbitjs / ribbit

Standalone CLI for easy static file generating and route management.
MIT License
33 stars 1 forks source link

User deps webpack #35

Closed ramraphael closed 5 years ago

ramraphael commented 5 years ago

What?

Added new helper functions to server.js. Ribbit now 'installs' (creates a symlink to) the user's dependencies and generates a custom webpack config based on the settings specified in the user's ribbit config.

How?

linkUserDeps and unlinkUserDeps

genWebpackConfig

Testing

Request for Feedback