2
0
Эх сурвалжийг харах

fix build settings for production

Yuki Takei 8 жил өмнө
parent
commit
c70753b769

+ 1 - 1
config/webpack.prod.js

@@ -40,7 +40,7 @@ module.exports = require('./webpack.common')({
             'sass-loader'
           ]
         }),
-        include: [helpers.root('resource/styles/scss')]
+        include: [helpers.root('resource/styles/scss'), helpers.root('resource/styles/hackmd')]
       }
     ]
   },