next.js/test/e2e/webpack-loader-parse-error/app/data.broken.js
data.broken.js6 lines193 B
// This file will be processed by broken-js-loader
// The loader will return invalid JavaScript with a source map
export default function Data() {
  return <div>original source content</div>
}
Quest for Codev2.0.0
/
SIGN IN