Commit e81454e
committed
feature #718 Include the .pcss extension for PostCSS files (opdavies)
This PR was merged into the master branch.
Discussion
----------
Include the .pcss extension for PostCSS files
This PR adds support for the `.pcss` file extension for PostCSS files.
I've got this to work by overriding the CSS Loader `test` within my webpack.config.js using the `.configureLoaderRule()` as documented in https://www.oliverdavies.uk/articles/using-the-pcss-extension-with-webpack-encore.
But it would be nice to have this supported by default to make things simpler and not having to see the `Be careful when using Encore.configureLoaderRule()` message on each build.
Commits
-------
7d928e0 Include the .pcss extension for PostCSS files2 files changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
245 | 245 | | |
246 | 246 | | |
247 | 247 | | |
| 248 | + | |
248 | 249 | | |
249 | 250 | | |
250 | 251 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1340 | 1340 | | |
1341 | 1341 | | |
1342 | 1342 | | |
1343 | | - | |
| 1343 | + | |
1344 | 1344 | | |
1345 | 1345 | | |
1346 | 1346 | | |
| |||
1358 | 1358 | | |
1359 | 1359 | | |
1360 | 1360 | | |
1361 | | - | |
| 1361 | + | |
1362 | 1362 | | |
1363 | 1363 | | |
1364 | 1364 | | |
| |||
0 commit comments