Skip to content

Commit

Permalink
foo
Browse files Browse the repository at this point in the history
  • Loading branch information
feedthejim committed Oct 24, 2024
1 parent e54338a commit eb3f25d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/next/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ module.exports = ({ dev, turbo, bundleType, experimental }) => {
experimental ? '-experimental' : ''
}.runtime.${dev ? 'dev' : 'prod'}.js`,
libraryTarget: 'commonjs2',
devtoolModuleFilenameTemplate: './[resource-path]',
},
devtool: process.env.NEXT_SERVER_EVAL_SOURCE_MAPS
? 'eval-source-map'
Expand Down

0 comments on commit eb3f25d

Please sign in to comment.