Open weizhenye opened 4 years ago
In README, bundle method accepts two args, file and fileRegistry. However it accepts four args in code:
bundle
https://github.com/reactway/scss-bundle/blob/5c7510a20d7a7912687eb93e3c1235c747d32717/src/cli/main.ts#L51
Is the four args a public API I can use?
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?