Skip to content

Instantly share code, notes, and snippets.

@sxwebdev
Created August 24, 2018 06:17

Revisions

  1. sxwebdev created this gist Aug 24, 2018.
    7 changes: 7 additions & 0 deletions webpack.config.dev.js
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    plugins: [
    new webpack.ProvidePlugin({
    $: "jquery/dist/jquery.min.js",
    jQuery: "jquery/dist/jquery.min.js",
    "window.jQuery": "jquery/dist/jquery.min.js"
    })
    ];