]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/config/webpack/common.js
Removed old, not so maintained and buggy baggy theme
[github/wallabag/wallabag.git] / app / config / webpack / common.js
index 233497fd7b8ce1eb29cd81d23e63898f0b781181..c7fd12acd52f619882a8d19ffb25519e25485547 100644 (file)
@@ -8,7 +8,6 @@ module.exports = function () {
   return {
     entry: {
       material: path.join(rootDir, './app/Resources/static/themes/material/index.js'),
-      baggy: path.join(rootDir, './app/Resources/static/themes/baggy/index.js'),
       public: path.join(rootDir, './app/Resources/static/themes/_global/share.js'),
     },
     output: {