@yandex/ymaps3-cli
Advanced tools
Comparing version 0.0.12 to 0.0.13
{ | ||
"name": "@yandex/ymaps3-cli", | ||
"version": "0.0.12", | ||
"version": "0.0.13", | ||
"description": "Library for encapsulating the logic of autotests and building packages ymaps3 js API", | ||
@@ -32,2 +32,4 @@ "main": "dist/index.js", | ||
"jsdom": "22.1.0", | ||
"postcss": "^8.4.39", | ||
"postcss-loader": "^8.1.1", | ||
"prettier": "2.8.8", | ||
@@ -34,0 +36,0 @@ "react": "18.2.0", |
@@ -64,3 +64,3 @@ const path = require('path'); | ||
test: /\.css$/i, | ||
use: ['style-loader', 'css-loader'] | ||
use: ['style-loader', 'css-loader', 'postcss-loader'] | ||
}, | ||
@@ -67,0 +67,0 @@ { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
57726
34