Webpack Project Problem About Framework7 Icons

It’s my webpack config

build: {
// Template for index.html
index: path.resolve(__dirname, ‘…/dist/index.html’),

// Paths
assetsRoot: path.resolve(__dirname, '../dist'),
assetsSubDirectory: '',
assetsPublicPath: '',


}

I installed the Framework7 Icons by npm

Thanks

I can only update one image,Sorry.

Check css file in dist folder, is there correct reference to framework7-icons font files?


I changed “fonts/Framework7Icons…” into “…/fonts/Framework7Icons…”, It’s OK