-
Go to library/ folder.
yarn yarn build
-
Go to project/ folder.
yarn yarn dev
-
Reference the transpiled file directly instead of from node_modules
-
Pass next/document to HOC directly
also see project/pages/_document.js.
Go to library/ folder.
yarn
yarn build
Go to project/ folder.
yarn
yarn dev
Reference the transpiled file directly instead of from node_modules
Pass next/document to HOC directly
also see project/pages/_document.js.