mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
3fa636fa81
* Expose next/css, next/link, and next/head. This allows test runners like Jest and ESLint's file resolver to be able to find exported modules within `next`. Fixes #113 * Removed semicolons for linting and expose modules.
2 lines
44 B
JavaScript
2 lines
44 B
JavaScript
module.exports = require('./dist/lib/link')
|