4.0.0-rc.1 missing ion-icons (with updated webpack config)
See original GitHub issueBug Report
Ionic version:
[x] 4.x
Current behavior:
Icons are missing with the following new configuration:
{
"glob": "**/*.svg",
"input": "node_modules/ionicons/dist/ionicons/svg",
"output": "./svg"
}
Expected behavior: Icons are working
Issue Analytics
- State:
- Created 5 years ago
- Comments:18 (8 by maintainers)
Top Results From Across the Web
IonIcons in NPM & Webpack - node.js - Stack Overflow
You can import most of the icons as svgs: import {logoTwitter} from "ionicons/icons"; var q = document.querySelector("#blankdiv") q.
Read more >angular/angular-cli - Gitter
HI how can i use ionicons in cli project, i am using scss preprocessor i configured same as font awesome but seems its...
Read more >react-native-vector-icons - NPM Package Overview - Socket
Missing dependency. Quality. A required dependency is not declared in package.json and may prevent the package from working. Found 2 instances in 1...
Read more >signature=66f622bb021bc21706bd834efb86a377,ionic-framework ...
ion-tab, now it returns the name of tab as string. 4.0.0-rc.1 (2019-01-09). Bug Fixes. angular: update @angular/router ...
Read more >webpack referenceerror: module is not defined in es module scope ...
I have initialized a new webpack 5 app, the default config file webpack.config.js contains CJS code. If I add "type": "module" to package.json...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
If you cleared your cache and its still not working, see if you have your dev tools open. If so, click the ‘disable cache’ in there on the network tab and try again. This was the trick for me.
Let us summarize: