egoist / bili

Bili makes it easier to bundle JavaScript libraries.

Home Page:https://bili.egoist.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I want import file automatic like require.context

clerkkent opened this issue · comments

I want import file automatic like require.context, can support it in next version? I find a plugin rollup-require-context-plugin, but it doesn't work in bili!🍺🍺🍺

require.context is specific to webpack. So it is expected to not work with something that is not webpack. How did you setup rollup-require-context-plugin? Maybe you did it incorrectly?