Webpack Build fail with v1.6.0
See original GitHub issuePLEASE MAKE SURE THAT:
- you searched similar issues online (9/10 issues in this repo are solved by googling, so please…do it)
- you provide an online demo I can see without having to replicate your environment
- you help me by debugging your issue, and if you can’t, do go on filling out this form
I’m submitting a … (check one with “x”)
[0] bug report => search github for a similar issue or PR before submitting
[ ] support request/question
Notice: feature requests will be ignored, submit a PR if you'd like
Current behavior
build fail when build with v1.6.0
app.module.ts
import { TagInputModule } from 'ngx-chips';
build fail
webpack 3.5.5
@angular/compiler-cli: 4.4.4
src/app/app.module.ts
Module not found: Can't resolve 'ngx-chips'
v1.5.11 is clean
Expected behavior
Minimal reproduction of the problem with instructions (if applicable)
What do you use to build your app?. Please specify the version
Angular version:
v4.4.4
ngx-chips version:
v1.6.0
Browser: [all | Chrome XX | Firefox XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ]
Chrome
Issue Analytics
- State:
- Created 6 years ago
- Reactions:9
- Comments:11 (4 by maintainers)
Top Results From Across the Web
webpack - Failed to build and deploy Next.js app to vercel ...
I found the issue. It was in one of my Next App pages. I had to remove unused modules.
Read more >To v5 from v4 - webpack
This guide aims to help you migrating to webpack 5 when using webpack directly. If you are using a higher level tool to...
Read more >Jupyter lab build fails with webpack-cli error - extensions
The log file gives the following error: $ webpack --config webpack.prod.minimize.config.js [webpack-cli] Failed ... DManowitz September 28, 2022, 6:24pm #1.
Read more >webpack-notifier | Yarn - Package Manager
Configuration · Title · Emojis in message text · Content Image · Exclude Warnings · Always Notify · Notify on error · Skip...
Read more >Asset Management — Phoenix v1.6.15 - HexDocs
From Phoenix v1.6, new applications use esbuild to prepare assets via the ... not have dependencies on Node.js or an external build system...
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 Free
Top 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
@Gbuomprisco fixed with v1.6.1. Thx
should be fixed with v1.6.1