Skip to content

Commit

Permalink
trying again
Browse files Browse the repository at this point in the history
  • Loading branch information
amykapernick committed Jul 31, 2024
1 parent fbfb90c commit 2d1de3b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ module.exports = async (phase, { defaultConfig }) => {
},
],
},
// experimental: {
// instrumentationHook: true
// },

typescript: {
ignoreBuildErrors: true,
},
webpack(config) {
// Grab the existing rule that handles SVG imports
const fileLoaderRule = config.module.rules.find((rule) =>
Expand Down

0 comments on commit 2d1de3b

Please sign in to comment.