You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TypeError: callback is not a function at NullFactory.create
TypeError: callback is not a function
at NullFactory.create (/Users/Eric/Projects/HigherEducation/platform/node_modules/webpack/lib/NullFactory.js:9:9)
at /Users/Eric/Projects/HigherEducation/platform/node_modules/@kadira/storybook/node_modules/webpack/lib/Compilation.js:214:11
at /Users/Eric/Projects/HigherEducation/platform/node_modules/async/lib/async.js:181:20
at Object.async.forEachOf.async.eachOf (/Users/Eric/Projects/HigherEducation/platform/node_modules/async/lib/async.js:233:13)
at Object.async.forEach.async.each (/Users/Eric/Projects/HigherEducation/platform/node_modules/async/lib/async.js:209:22)
at Compilation.addModuleDependencies (/Users/Eric/Projects/HigherEducation/platform/node_modules/@kadira/storybook/node_modules/webpack/lib/Compilation.js:185:8)
at Compilation.processModuleDependencies (/Users/Eric/Projects/HigherEducation/platform/node_modules/@kadira/storybook/node_modules/webpack/lib/Compilation.js:170:7)
at /Users/Eric/Projects/HigherEducation/platform/node_modules/@kadira/storybook/node_modules/webpack/lib/Compilation.js:320:12
at /Users/Eric/Projects/HigherEducation/platform/node_modules/@kadira/storybook/node_modules/webpack/lib/Compilation.js:123:4
at Array.forEach (native)
at callback (/Users/Eric/Projects/HigherEducation/platform/node_modules/@kadira/storybook/node_modules/webpack/lib/Compilation.js:122:12)
at Compilation. (/Users/Eric/Projects/HigherEducation/platform/node_modules/@kadira/storybook/node_modules/webpack/lib/Compilation.js:140:10)
at DependenciesBlock. (/Users/Eric/Projects/HigherEducation/platform/node_modules/@kadira/storybook/node_modules/webpack/lib/NormalModule.js:115:10)
at DependenciesBlock.onModuleBuild (/Users/Eric/Projects/HigherEducation/platform/node_modules/webpack-core/lib/NormalModuleMixin.js:310:10)
at nextLoader (/Users/Eric/Projects/HigherEducation/platform/node_modules/webpack-core/lib/NormalModuleMixin.js:275:25)
at /Users/Eric/Projects/HigherEducation/platform/node_modules/webpack-core/lib/NormalModuleMixin.js:259:5
at Storage.finished (/Users/Eric/Projects/HigherEducation/platform/node_modules/@kadira/storybook/node_modules/enhanced-resolve/lib/CachedInputFileSystem.js:38:16)
at /Users/Eric/Projects/HigherEducation/platform/node_modules/graceful-fs/graceful-fs.js:78:16
at FSReqWrap.readFileAfterClose [as oncomplete] (fs.js:445:3)
Within
.storybook/webpack.config.js
:TypeError: callback is not a function at NullFactory.create
I'm using:
It's been an hour and I can't figure out why webpack would mess up because I'm simply adding another plugin...
The text was updated successfully, but these errors were encountered: