fix: removes prod source maps
This commit is contained in:
@@ -19,7 +19,7 @@ export default (payloadConfig: Config): Configuration => {
|
||||
chunkFilename: '[name].[chunkhash].js',
|
||||
},
|
||||
mode: 'production',
|
||||
devtool: 'source-map',
|
||||
devtool: 'none',
|
||||
stats: 'errors-only',
|
||||
optimization: {
|
||||
minimizer: [new TerserJSPlugin({}), new CssMinimizerPlugin()],
|
||||
|
||||
Reference in New Issue
Block a user