Browse Source

fix: Vue3 is super slow with embedded styles

tophf 3 years ago
parent
commit
876c1878d9
1 changed files with 0 additions and 7 deletions
  1. 0 7
      scripts/plaid.conf.js

+ 0 - 7
scripts/plaid.conf.js

@@ -56,10 +56,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,
-};