Skip to content

Commit

Permalink
Fix ssr flag not enabled in example
Browse files Browse the repository at this point in the history
  • Loading branch information
Trinovantes committed Apr 24, 2022
1 parent d8dc04a commit c9b501e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion example/webpack.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@ const commonConfig: Configuration = {
'DEFINE.MANIFEST_FILE': JSON.stringify(manifestFile),
}),
new VueLoaderPlugin(),
new QuasarUnusedPlugin(),
new QuasarUnusedPlugin({
enableSsr: true,
}),
],

module: {
Expand Down

0 comments on commit c9b501e

Please sign in to comment.