mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-21 12:26:30 +03:00
Update Flex endpoint
This commit is contained in:
@@ -208,6 +208,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
|
||||
| [expertcoder/swiftmailer-send-grid-bundle](https://packagist.org/packages/expertcoder/swiftmailer-send-grid-bundle) | [2.0](expertcoder/swiftmailer-send-grid-bundle/2.0) |
|
||||
| [facile-it/mongodb-bundle](https://packagist.org/packages/facile-it/mongodb-bundle) | [0.6](facile-it/mongodb-bundle/0.6) |
|
||||
| [fastfony/quality-pack](https://packagist.org/packages/fastfony/quality-pack) | [1.0](fastfony/quality-pack/1.0) |
|
||||
| [fastfony/tailwind-webpack-encore-pack](https://packagist.org/packages/fastfony/tailwind-webpack-encore-pack) | [1.0](fastfony/tailwind-webpack-encore-pack/1.0) |
|
||||
| [fd6130/exabytes-sms-bundle](https://packagist.org/packages/fd6130/exabytes-sms-bundle) | [1.0](fd6130/exabytes-sms-bundle/1.0) |
|
||||
| [fdekker/log-viewer-bundle](https://packagist.org/packages/fdekker/log-viewer-bundle) | [1.0](fdekker/log-viewer-bundle/1.0) |
|
||||
| [felds/quick-mailer-bundle](https://packagist.org/packages/felds/quick-mailer-bundle) | [5.0](felds/quick-mailer-bundle/5.0) |
|
||||
|
||||
+40
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"manifests": {
|
||||
"fastfony/tailwind-webpack-encore-pack": {
|
||||
"manifest": {
|
||||
"copy-from-recipe": {
|
||||
"postcss.config.mjs": "postcss.config.mjs"
|
||||
},
|
||||
"add-lines": [
|
||||
{
|
||||
"file": "webpack.config.js",
|
||||
"position": "after_target",
|
||||
"warn_if_missing": true,
|
||||
"target": " .splitEntryChunks()",
|
||||
"content": " .enablePostCssLoader()"
|
||||
},
|
||||
{
|
||||
"file": "assets/styles/app.css",
|
||||
"position": "top",
|
||||
"content": "@import \"tailwindcss\";\n@source not \"../../public\";\n",
|
||||
"warn_if_missing": false
|
||||
}
|
||||
]
|
||||
},
|
||||
"files": {
|
||||
"postcss.config.mjs": {
|
||||
"contents": [
|
||||
"export default {",
|
||||
" plugins: {",
|
||||
" \"@tailwindcss/postcss\": {},",
|
||||
" },",
|
||||
"};",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "16e3f22e20897e0fa3895619231e8ad658677322"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"manifests": {
|
||||
"fastfony/tailwind-webpack-encore-pack": {
|
||||
"manifest": {
|
||||
"copy-from-recipe": {
|
||||
"postcss.config.mjs": "postcss.config.mjs"
|
||||
},
|
||||
"add-lines": [
|
||||
{
|
||||
"file": "webpack.config.js",
|
||||
"position": "after_target",
|
||||
"warn_if_missing": true,
|
||||
"target": " .splitEntryChunks()",
|
||||
"content": " .enablePostCssLoader()"
|
||||
},
|
||||
{
|
||||
"file": "assets/styles/app.css",
|
||||
"position": "top",
|
||||
"content": "@import \"tailwindcss\";\n@source not \"../../public\";\n",
|
||||
"warn_if_missing": false
|
||||
}
|
||||
]
|
||||
},
|
||||
"files": {
|
||||
"postcss.config.mjs": {
|
||||
"contents": [
|
||||
"export default {",
|
||||
" plugins: {",
|
||||
" \"@tailwindcss/postcss\": {},",
|
||||
" },",
|
||||
"};",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "16e3f22e20897e0fa3895619231e8ad658677322"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -654,6 +654,9 @@
|
||||
"fastfony/quality-pack": [
|
||||
"1.0"
|
||||
],
|
||||
"fastfony/tailwind-webpack-encore-pack": [
|
||||
"1.0"
|
||||
],
|
||||
"fd6130/exabytes-sms-bundle": [
|
||||
"1.0"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user