forumone / nextjs-project

Next.js project template
0 stars 0 forks source link

simplified mixins call, added mdx doc file #21

Closed coreylafferty closed 1 year ago

kmonahan commented 1 year ago

Initially merged but then reverted PR, as I'm seeing multiple instances of:

./source/03-components/HamburgerButton/hamburger-button.module.css
Invalid dependencies have been reported by plugins or loaders for this module. All reported dependencies need to be absolute paths.
Invalid dependencies may lead to broken watching and caching.
As best effort we try to convert all invalid values to absolute paths and converting globs into context dependencies, but this is deprecated behavior.
Loaders: Pass absolute paths to this.addDependency (existing files), this.addMissingDependency (not existing files), and this.addContextDependency (directories).
Plugins: Pass absolute paths to fileDependencies (existing files), missingDependencies (not existing files), and contextDependencies (directories).
Globs: They are not supported. Pass absolute path to the directory as context dependencies.
The following invalid values have been reported:
 * "source/00-config/mixins.css"

in the terminal

kmonahan commented 1 year ago

Can no longer reproduce on my end, nor can Corey reproduce on his.