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(), new CleanWebpackPlugin(),
], ],
module: { module: {
noParse: /node_modules\/lodash\/lodash\.js/,
rules: [ rules: [
{ {
test: /\.(j|t)sx?$/, test: /\.(j|t)sx?$/,