T
T
tostershmoster2020-11-14 17:18:54
JavaScript
tostershmoster, 2020-11-14 17:18:54

Why is ready crossed out?

jquery installed
npm install jquery

in webpack added

new webpack.ProvidePlugin({
  $: 'jquery',
  '$': 'jquery',
  jquery: 'jquery',
  jQuery: 'jquery',
  'window.jquery': 'jquery',
  'window.jQuery': 'jquery',
}),


5fafe683d8a2c382647369.jpeg
code works

Answer the question

In order to leave comments, you need to log in

1 answer(s)
W
WbICHA, 2020-11-14
@tostershmoster

Is it so difficult to point the mouse at the method and read what is written there?
https://code.visualstudio.com/updates/v1_49#_depre...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question