reactway / scss-bundle

Bundling SCSS files to one bundled file.
MIT License
56 stars 25 forks source link

Bundler.bundle API #97

Open weizhenye opened 4 years ago

weizhenye commented 4 years ago

In README, bundle method accepts two args, file and fileRegistry. However it accepts four args in code:

https://github.com/reactway/scss-bundle/blob/5c7510a20d7a7912687eb93e3c1235c747d32717/src/cli/main.ts#L51

Is the four args a public API I can use?