Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No hook for filter absMids in object NormalModuleFactory #60

Open
atdiff opened this issue Nov 14, 2018 · 0 comments
Open

No hook for filter absMids in object NormalModuleFactory #60

atdiff opened this issue Nov 14, 2018 · 0 comments

Comments

@atdiff
Copy link

atdiff commented Nov 14, 2018

The project I'm working with is utilizing the dojo-webpack-plugin and when running with the speed-measure-webpack-plugin, I get the following error during the build:

C:\myapp\node_modules\webpack-plugin-compat\lib\pluginCompatV4.js:124
                throw new Error(`No hook for ${name} in object ${obj.constructor.name}`);
                ^

Error: No hook for filter absMids in object NormalModuleFactory
    at callHook (C:\myapp\node_modules\webpack-plugin-compat\lib\pluginCompatV4.js:124:9)
    at callSync (C:\myapp\node_modules\webpack-plugin-compat\lib\pluginCompatV4.js:137:10)
    at DojoAMDModuleFactoryPlugin.module (C:\myapp\node_modules\dojo-webpack-plugin\lib\DojoAMDModuleFactoryPlugin.js:225:4)
    at SyncWaterfallHook.eval [as call] (eval at create (C:\myapp\node_modules\tapable\lib\HookCodeFactory.js:19:10), <anonymous>:7:16)
    at hooks.afterResolve.callAsync (C:\myapp\node_modules\webpack\lib\NormalModuleFactory.js:153:40)
    at AsyncSeriesWaterfallHook.eval [as callAsync] (eval at create (C:\myapp\node_modules\tapable\lib\HookCodeFactory.js:32:10), <anonymous>:66:1)
    at resolver (C:\myapp\node_modules\webpack\lib\NormalModuleFactory.js:138:29)
    at resolver (C:\myapp\node_modules\dojo-webpack-plugin\lib\DojoAMDModuleFactoryPlugin.js:199:5)
    at process.nextTick (C:\myapp\node_modules\webpack\lib\NormalModuleFactory.js:342:9)
    at process._tickCallback (internal/process/next_tick.js:61:11)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant