Closed Tin-Nguyen closed 6 years ago
This isn't an error with good
, it's something that is hit when WebPack encounters a require(...)
call which is an expression. In the case of good this is used when loading modules.
You can find more details about this from WebPack here and it is typically solved either via aliases or require contexts.
This thread has been automatically locked due to inactivity. Please open a new issue for related bugs or questions following the new issue template instructions.
hi all,
I'm trying to make
good
andhapi
working with Webpack, however I currently get the issue when running the nodejs appI also got a warning when runing webpack build
I'm using
good
version7.2.0