Quantcast
Channel: Ionic Forum - Latest topics
Viewing all articles
Browse latest Browse all 71526

"__webpack__require__.e is not a function" Error while importing modules

$
0
0

@elisamaral wrote:

I’m gettind the error in the picture below while importing a module in app.module.ts

It seems to be a problem with the path reference, since I’m importing like

import { LoginPageModule } from '../pages/login/login.module';

It seems that I should put the full path, but when I try:

import { LoginPageModule } from 'src/app/pages/login/login.module';

I get an error saying “Path not found”.

Since I’m a complete beginner, I don’t know what to do. Any help?

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 71526

Trending Articles