aboutsummaryrefslogtreecommitdiff
path: root/vnext/package.json
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2022-11-08 01:49:09 +0300
committerGravatar Vitaly Takmazov2023-01-13 10:37:58 +0300
commit52bf03c73cc7f64db2dcc86d4452f0cc014d5ad7 (patch)
tree34d3b284e73339f86f54c986f25f20d2f31e9b45 /vnext/package.json
parent46fd33806e56a49ce6d6e8859ef0e9232403c0c9 (diff)
Process CSS assets with `postcss-url` plugin
Diffstat (limited to 'vnext/package.json')
-rw-r--r--vnext/package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/vnext/package.json b/vnext/package.json
index c73b1024..02efbef3 100644
--- a/vnext/package.json
+++ b/vnext/package.json
@@ -41,6 +41,7 @@
"postcss-cli": "^10.0.0",
"postcss-import": "^15.0.0",
"postcss-preset-env": "^7.8.2",
+ "postcss-url": "^10.1.3",
"react-test-renderer": "^18.2.0",
"stylelint": "^14.14.1",
"stylelint-config-standard": "^29.0.0"