Skip to content

Instantly share code, notes, and snippets.

@tkdn
Last active November 30, 2019 21:42
Show Gist options
  • Save tkdn/f88a6feaddaa7acd01fa174fbc8108c8 to your computer and use it in GitHub Desktop.
Save tkdn/f88a6feaddaa7acd01fa174fbc8108c8 to your computer and use it in GitHub Desktop.
20191201 Next.js アドカレ用
module.exports = {
init() {
// 無
}
};
module.exports = {
// クライアントビルドでは @sentry/node => 無を返すモジュールに差し替える
if (!isServer) {
- config.resolve.alias['@sentry/node'] = '@sentry/browser'
+ config.resolve.alias["@sentry/node"] = path.join(__dirname, "./shared/libs/_sentry");
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment