next.js/test/integration/next-dynamic/components/two.js
two.js7 lines160 B
import something from '../apples'
export default () => {
  // have to do something with module so it is not tree shaken
  console.log(something)
  return '2'
}
Quest for Codev2.0.0
/
SIGN IN