Skip to content

Instantly share code, notes, and snippets.

@dtothefp
Created September 5, 2015 19:17
Show Gist options
  • Select an option

  • Save dtothefp/ed4b69fae49646609e0c to your computer and use it in GitHub Desktop.

Select an option

Save dtothefp/ed4b69fae49646609e0c to your computer and use it in GitHub Desktop.
const plugins = [
new webpack.ProvidePlugin({
$: ‘jquery’,
jQuery: ‘jquery’,
‘window.jQuery’: ‘jquery’,
React: ‘react’,
paper: ‘paper’
})
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment