Skip to content

Commit 434431a

Browse files
committed
chore: this attribute doesn't exist (any more)
1 parent fb08a04 commit 434431a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/uikit-workshop/webpack.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,8 @@ module.exports = function (apiConfig) {
189189
loader: 'html-loader',
190190
options: {
191191
// super important -- this prevents the embedded iframe srcdoc HTML from breaking!
192-
preventAttributesEscaping: true,
192+
// @todo: we need to check on this again
193+
// preventAttributesEscaping: true,
193194
preprocessor: processNestedHtml,
194195
minimize: {
195196
minifyCSS: false,

0 commit comments

Comments
 (0)