webpack.config.jsに以下を追加

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