Fix lodash/underscore overriding in the newsletter editor
[MAILPOET-3201]
This commit is contained in:
@ -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?$/,
|
||||||
|
Reference in New Issue
Block a user