Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit cad85c4

Browse filesBrowse files
committed
minor #11028 Update example config (Nyholm)
This PR was submitted for the 4.2 branch but it was merged into the 3.4 branch instead (closes #11028). Discussion ---------- Update example config According to the docs: https://github.com/postcss/postcss-loader#path One cannot change the filename, only the path. Commits ------- ae44b1a Update example config
2 parents 5a4a8fc + ae44b1a commit cad85c4
Copy full SHA for cad85c4

File tree

Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed

‎frontend/encore/postcss.rst

Copy file name to clipboardExpand all lines: frontend/encore/postcss.rst
+2-1Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ You can also pass options to the `postcss-loader`_ by passing a callback:
4848
// ...
4949
+ .enablePostCssLoader((options) => {
5050
+ options.config = {
51-
+ path: 'app/config/postcss.config.js'
51+
+ // the directory where the postcss.config.js file is stored
52+
+ path: 'path/to/config'
5253
+ };
5354
+ })
5455
;

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.