next.js/test/e2e/app-dir/dynamic-import-tree-shaking/lib/empty-module.js
empty-module.js11 lines223 B
// This side effect should always be included
console.log('TREESHAKE_EMPTY_SIDE_EFFECT')

export function emptyUsed() {
  return 'TREESHAKE_EMPTY_USED'
}

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