reactjs - How can I verify that webpack has built my blob with NODE_ENV=production? -
is there way check whether, on arbitrary site, have built javascript blob node_env=production?
for example, work out jquery version site using type console $.fn.jquery
.
is there can type console see if javascript blob built node_env=production?
Comments
Post a Comment