next.js/test/e2e/transpile-packages/npm/node_modules/package-with-optional-deps/index.js
index.js18 lines231 B
function getDynamicPath() {
  return 'foo'
}

function unusedFunctionWithRequire() {
  require('foo')
  require(getDynamicPath())
}

function hello() {
  return 'world'
}

module.exports = {
  hello,
  unusedFunctionWithRequire,
}
Quest for Codev2.0.0
/
SIGN IN