ScriptedAlchemy / webpack-external-import

Dynamically import modules from other webpack bundles. Painless code sharing between separate apps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

make file interface

ScriptedAlchemy opened this issue · comments

add to package json something like

{src/somefile.js: someNiceName, src/component/menu.js: Navigation}

Then have babel/webpack automatically expose these file paths. This would allow for an interface of exposed files to be placed in an easy to find location