We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb08a04 commit 434431aCopy full SHA for 434431a
1 file changed
packages/uikit-workshop/webpack.config.js
@@ -189,7 +189,8 @@ module.exports = function (apiConfig) {
189
loader: 'html-loader',
190
options: {
191
// super important -- this prevents the embedded iframe srcdoc HTML from breaking!
192
- preventAttributesEscaping: true,
+ // @todo: we need to check on this again
193
+ // preventAttributesEscaping: true,
194
preprocessor: processNestedHtml,
195
minimize: {
196
minifyCSS: false,
0 commit comments