-
-
Notifications
You must be signed in to change notification settings - Fork 40
ERROR in Entry module not found: Error: Can't resolve './app.css' in... #236
Comments
I have same problem. |
Look at the solution here: https://discourse.nativescript.org/t/nativescript-webpack-version-dont-load-platform-css/2294 |
The solution from https://github.com/NativeScript/template-master-detail-ng/pull/64 by @vakrilov worked for me. PS: Make sure you install sass-loader:
|
There's a chance of the pull request I made (#268) gets anybody else's problem fixed. |
I'm having the exact same problem as @caferrari and have no clue of what to do. Any help/suggestion would be appreciated. I noticed that "tns build" compiles .scss to .css. The repo https://github.com/sis0k0/nativescript-webpack-sass of @sis0k0 has all .css files in it, should I do that also? |
@JohanBeumer I am having the same issue. You managed to solve it ? |
Hi @NickIliev, I somehow managed to pass that issue using your advice but I am still getting a problem saying Here's my
|
yes @jogboms it is being referenced in |
oh yeah. @mozi22 you mean |
@jogboms I removed |
There are somethings wrong with some files i can see. You don't seem to be following the official app directory structure. Where did you get |
I am using angular-seed-advanced for the development. The file you mentioned is generated when I am running the following command from root.
|
At this point, I don't think I'd be able to help. Seeing the seed library hasn't been following the recent upgrades, i can't say for sure what could be causing this particular issue. |
thanks @jogboms, I'll do that. |
Hey Guys, Thank you for the collaboration on these problems. Let me close this issue as a stale one. Please open a new one if experience a problem with recent versions of NativeScript. |
Output:
webpack.config.js:
package.json
The text was updated successfully, but these errors were encountered: