From f7026b2ec5f43788dfb2f5710160f6eb3bdcdb8f Mon Sep 17 00:00:00 2001 From: Sebastiandg7 Date: Tue, 15 Dec 2020 17:29:35 -0500 Subject: [PATCH] fix(build): uRI decode slipt chunks characters --- .../nx-shopify/src/webpack/configs/templates/script-tags.html | 4 ++-- .../nx-shopify/src/webpack/configs/templates/style-tags.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/nx-shopify/src/webpack/configs/templates/script-tags.html b/packages/nx-shopify/src/webpack/configs/templates/script-tags.html index acdf7a1..6ed6ab1 100644 --- a/packages/nx-shopify/src/webpack/configs/templates/script-tags.html +++ b/packages/nx-shopify/src/webpack/configs/templates/script-tags.html @@ -32,9 +32,9 @@ <% }); %> {%- if <%= conditions.join(' or ') %> -%} - + {%- else -%} - + {%- endif -%} <% } else if (typeof htmlWebpackPlugin.options.liquidTemplates[templateFull] !== 'undefined') { %> diff --git a/packages/nx-shopify/src/webpack/configs/templates/style-tags.html b/packages/nx-shopify/src/webpack/configs/templates/style-tags.html index 5d877eb..b251941 100644 --- a/packages/nx-shopify/src/webpack/configs/templates/style-tags.html +++ b/packages/nx-shopify/src/webpack/configs/templates/style-tags.html @@ -44,9 +44,9 @@ <% } %> <% }); %> {%- if <%= conditions.join(' or ') %> -%} - + {%- else -%} - + {%- endif -%} <% } else { %>