Fix lodash/underscore overriding in the newsletter editor
[MAILPOET-3201]
This commit is contained in:
@ -62,6 +62,7 @@ const baseConfig = {
|
||||
new CleanWebpackPlugin(),
|
||||
],
|
||||
module: {
|
||||
noParse: /node_modules\/lodash\/lodash\.js/,
|
||||
rules: [
|
||||
{
|
||||
test: /\.(j|t)sx?$/,
|
||||
|
Reference in New Issue
Block a user