diff --git a/bijou.js b/bijou.js index c3ba1aaf2..8509ddbab 100644 --- a/bijou.js +++ b/bijou.js @@ -1504,6 +1504,6 @@ const _ = _temp; const explosion = _temp; if (isNode) { module.exports = _temp; -} else { - export default _$ } +// Can't only export in NodeJS as export functions have to be at the top level (No if statements) +export default _$