Skip to content

Commit

Permalink
webpack.dev.config.js includes quietDeps: true, applies injected <lin…
Browse files Browse the repository at this point in the history
…k> styles once loaded, example app updates to show ParagonWebpackPlugin output

* Adds back `sassOptions.quietDeps: true`, as it was removed in a previous release (14.1.0) triggering disruptive Sass deprecation warnings.
* Updates `ParagonWebpackPlugin` to apply injected <link> styles once loaded.
* Updates example app to show a preview of the `ParagonWebpackPlugin`'s output.
  • Loading branch information
adamstankiewicz authored Aug 30, 2024
1 parent 031f51f commit 4c7abe1
Show file tree
Hide file tree
Showing 7 changed files with 1,826 additions and 4 deletions.
2 changes: 2 additions & 0 deletions config/webpack.dev.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ function getStyleUseConfig() {
path.join(process.cwd(), 'node_modules'),
path.join(process.cwd(), 'src'),
],
// silences compiler warnings regarding deprecation warnings
quietDeps: true,
},
},
},
Expand Down
Loading

0 comments on commit 4c7abe1

Please sign in to comment.