We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4df4777 commit fb08a04Copy full SHA for fb08a04
1 file changed
packages/uikit-workshop/webpack.config.js
@@ -188,11 +188,13 @@ module.exports = function (apiConfig) {
188
{
189
loader: 'html-loader',
190
options: {
191
- minifyCSS: false,
192
- minifyJS: config.prod ? true : false,
193
// super important -- this prevents the embedded iframe srcdoc HTML from breaking!
194
preventAttributesEscaping: true,
195
preprocessor: processNestedHtml,
+ minimize: {
+ minifyCSS: false,
196
+ minifyJS: config.prod ? true : false,
197
+ },
198
},
199
200
],
0 commit comments