Drupal 8 : override core Js file -


working on drupal 8 theme

i need override core js file ..\core\modules\contextual\js\contextual.js

my code theme.info

libraries-override:   contextual/drupal.contextual-links:     js:       js/contextual.js: js/override/contextual.js 

the problem loading order of component js files did change after override cause script errors :

enter image description here


Comments

Popular posts from this blog

meteor - inserting data to database gives error "insert failed: Method '/texts/insert' not found" -

angular - DownloadURL return null in below code -