If I wanted to pre-process a function (say, webpack or babel), would I just do a normal webpack buil...
m
If I wanted to pre-process a function (say, webpack or babel), would I just do a normal webpack build process and
require
the output in a
CallbackFunction
?