mirror of
https://github.com/elyby/emails-renderer.git
synced 2025-05-31 14:12:05 +05:30
Fix webpack devtool config
This commit is contained in:
@@ -38,7 +38,7 @@ const webpackConfig = {
|
||||
historyApiFallback: true
|
||||
},
|
||||
|
||||
devtool: isProduction ? 'eval' : false,
|
||||
devtool: isProduction ? false : 'eval',
|
||||
|
||||
plugins: [
|
||||
new webpack.DefinePlugin({
|
||||
|
Reference in New Issue
Block a user