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
When running grunt-webpack in watch mode it should not crash.
Current Behavior
When running grunt-webpack in watch mode the cache function in the defaults is not properly executed before being passed to webpack. Resulting in an invalid function ending up in the webpack config.
Possible Solution
Execute all defaults functions before outputting the config to webpack.
Context
Production builds are fine, but I can't run watch build right now. Crippling my development experience.
Your Environment
software
version
webpack
3.1.0
grunt-webpack
3.0.1
grunt
0.4.5
node
8.1.3
npm
5.1.0
Operating System
macOS 10.12.5
The text was updated successfully, but these errors were encountered:
Expected Behavior
When running grunt-webpack in watch mode it should not crash.
Current Behavior
When running grunt-webpack in watch mode the cache function in the defaults is not properly executed before being passed to webpack. Resulting in an invalid function ending up in the webpack config.
Possible Solution
Execute all defaults functions before outputting the config to webpack.
Context
Production builds are fine, but I can't run watch build right now. Crippling my development experience.
Your Environment
The text was updated successfully, but these errors were encountered: