Closed iz65535 closed 1 year ago
Hi
class HighchartsAsset extends AssetBundle { public $sourcePath = '@bower/highcharts'; public $depends = ['yii\web\JqueryAsset'];
but composer.json has another path:
"require": { "yiisoft/yii2": "*", "npm-asset/highcharts" : "^10.0" },
Released in v10.0.1.
Hi
but composer.json has another path: