Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 267 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 267 Bytes

"# IonicBtHiPoc"

  • Add jQuery as global for webpack use under
    • node_modules/@ionic/app-scripts/config/webpack.config.js
    • Add below code into plugins:[], both devConfig and prodConfig new webpack.ProvidePlugin({ $: "jquery", jQuery: "jquery" })