Sfoglia il codice sorgente

add filename for design

mike 6 anni fa
parent
commit
32721778d9
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      config/webpack.config.prod.js

+ 1 - 0
config/webpack.config.prod.js

@@ -450,6 +450,7 @@ module.exports = {
       inject: true,
       chunks: ["design"],
       template: paths.appHtml,
+      filename: 'admin.html',
       minify: {
         removeComments: true,
         collapseWhitespace: true,