Skip to content

Commit

Permalink
remove experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
amykapernick committed Jul 5, 2024
1 parent c526bcf commit 119608b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ module.exports = async (phase, { defaultConfig }) => {
},
],
},
experimental: {
instrumentationHook: true
},
// experimental: {
// instrumentationHook: true
// },
webpack(config) {
// Grab the existing rule that handles SVG imports
const fileLoaderRule = config.module.rules.find((rule) =>
Expand Down

0 comments on commit 119608b

Please sign in to comment.