Browse Source

fix: Vue3 PR is super slow with embedded styles

extraction doesn't hurt Vue2
tophf 3 years ago
parent
commit
bc696fa699
1 changed files with 0 additions and 7 deletions
  1. 0 7
      scripts/plaid.conf.js

+ 0 - 7
scripts/plaid.conf.js

@@ -65,10 +65,3 @@ exports.optimization = {
     },
     },
   },
   },
 };
 };
-exports.styleOptions = {
-  /* Files in extensions aren't cached so there's no point in extracting separate css,
-   * other than minifying, but the gain is negligible. P.S. Extracting+inlining back in html
-   * doesn't keep the correct order of style elements which breaks appearance when
-   * using style-ext-html-webpack-plugin or html-inline-css-webpack-plugin. */
-  extract: false,
-};