-
Notifications
You must be signed in to change notification settings - Fork 29k
Labels
UpstreamRelated to using Next.js with a third-party dependency. (e.g., React, UI/icon libraries, etc.).Related to using Next.js with a third-party dependency. (e.g., React, UI/icon libraries, etc.).
Milestone
Description
Bug report
Just upgraded to 8.0.0 and I'm really excited! I've run into an issue though that is preventing my project from compiling
Describe the bug
So when I run dev
I am getting the following issue
You may need an appropriate loader to handle this file type.
|
|
> import('./noop');
| var _window = window,
| assetPrefix = _window.__NEXT_DATA__.assetPrefix;
It seems to be coming from webpack 4.29.0
(see here).
It looks like the issue was fixed with this which declared acorn": "^6.0.5
as a dependency but the change doesn't seem to be present on master
Maybe I upgraded too soon?
andreogle, incleaf, iaincollins, cnasc, shaunchurch and 85 moreAutomedonAutomedon
Metadata
Metadata
Assignees
Labels
UpstreamRelated to using Next.js with a third-party dependency. (e.g., React, UI/icon libraries, etc.).Related to using Next.js with a third-party dependency. (e.g., React, UI/icon libraries, etc.).