Skip to content

Commit

Permalink
Archivo webpack.module.js tras el paso 10
Browse files Browse the repository at this point in the history
Fixes #1
  • Loading branch information
temple committed May 7, 2020
1 parent 1845ef2 commit f9b1aaf
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions config/webpack/webpack.module.js
Expand Up @@ -35,8 +35,13 @@ module.exports = {
wrappedContextRecursive: true,
rules: [
{
test: /\.html/,
loader: "html-loader"
test: /\.html/,
loader: "html-loader",
options: {
minimize: {
removeAttributeQuotes: false
}
}
},
{
test: /\.s?[ac]ss$/,
Expand Down

0 comments on commit f9b1aaf

Please sign in to comment.