mirror of
https://github.com/elyby/emails-renderer.git
synced 2024-11-06 08:11:09 +05:30
Fix webpack devtool config
This commit is contained in:
parent
a28340ebde
commit
3fcf10a393
@ -38,7 +38,7 @@ const webpackConfig = {
|
|||||||
historyApiFallback: true
|
historyApiFallback: true
|
||||||
},
|
},
|
||||||
|
|
||||||
devtool: isProduction ? 'eval' : false,
|
devtool: isProduction ? false : 'eval',
|
||||||
|
|
||||||
plugins: [
|
plugins: [
|
||||||
new webpack.DefinePlugin({
|
new webpack.DefinePlugin({
|
||||||
|
Loading…
Reference in New Issue
Block a user