1. externals:{
    2. jquery:'jQuery'
    3. }

    忽略jquery引入包

    在index.html中引入

    <script src="https://code.jquery.com/jquery-3.1.1.min.js"></script>
    
    webpack