next.js/test/e2e/app-dir/dynamic-import-tree-shaking/lib/const-module.js
const-module.js8 lines133 B
export function constUsed() {
  return 'TREESHAKE_CONST_USED'
}

export function constUnused() {
  return 'TREESHAKE_CONST_UNUSED'
}
Quest for Codev2.0.0
/
SIGN IN