ionic-team/ionicons

bug: IonIcons not loading after parcel build

Open

#1,215 opened on 2023年5月17日

GitHub で見る
 (6 comments) (0 reactions) (0 assignees)TypeScript (17,256 stars) (2,083 forks)batch import
help wantedtype: bug

説明

Current Behavior

IonIcons not loading after parcel build

Expected Behavior

Icons should load

I am using ionicons for my html. It is working fine with live server. I tried to build with parcel and now they are not loading. icons are loading in network tab but not showing up in build. Please advise. Assume body tag enclosed for html

live server image

parcel build image

console is giving this error : Uncaught SyntaxError: Cannot use import statement outside a module (at ionicons.esm.js:1:1)

sample code

コントリビューターガイド

bug: IonIcons not loading after parcel build · ionic-team/ionicons#1215 | Good First Issue