Fix lodash/underscore overriding in the newsletter editor

[MAILPOET-3201]
This commit is contained in:
Pavel Dohnal
2020-11-16 12:12:23 +01:00
committed by Veljko V
parent 7818552a71
commit 65255ae867

View File

@ -62,6 +62,7 @@ const baseConfig = {
new CleanWebpackPlugin(),
],
module: {
noParse: /node_modules\/lodash\/lodash\.js/,
rules: [
{
test: /\.(j|t)sx?$/,