Skip to content

How to include jQuery

PatrickJS edited this page Feb 1, 2016 · 9 revisions

npm install jquery --save-dev typings install jquery --save --ambient

  plugins: [
    new webpack.ProvidePlugin({
      jQuery: 'jquery',
      $: 'jquery',
      jquery: 'jquery'
    })
  ]

Clone this wiki locally