next.js/examples/with-yarn-workspaces/packages/web-app/next.config.js
next.config.js6 lines248 B
// Tell webpack to compile the "bar" package, necessary if you're using the export statement for example
// https://www.npmjs.com/package/next-transpile-modules
const withTM = require("next-transpile-modules")(["bar"]);

module.exports = withTM();
Quest for Codev2.0.0
/
SIGN IN