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
I agree to follow the code of conduct that this project follows, as appropriate.
I have searched the issue tracker for a bug that matches the one I want to file, without success.
Issue Details
Electron Forge Version:
6.0.0-beta.54
Electron Version:
12.0.0
Operating System:
Windows 10
Last Known Working Electron Forge version::
N/a
Expected Behavior
successful build.
Actual Behavior
An unhandled error has occurred inside Forge:
compilation.getCache is not a function
TypeError: compilation.getCache is not a function
at D:\mtgap\node_modules\copy-webpack-plugin\dist\index.js:473:33
at SyncHook.eval (eval at create (D:\mtgap\node_modules\tapable\lib\HookCodeFactory.js:19:10), :7:1)
at SyncHook.lazyCompileHook (D:\mtgap\node_modules\tapable\lib\Hook.js:154:20)
at Compiler.newCompilation (D:\mtgap\node_modules\webpack\lib\Compiler.js:630:30)
at D:\mtgap\node_modules\webpack\lib\Compiler.js:667:29
at AsyncSeriesHook.eval [as callAsync] (eval at create (D:\mtgap\node_modules\tapable\lib\HookCodeFactory.js:33:10), :6:1)
at AsyncSeriesHook.lazyCompileHook (D:\mtgap\node_modules\tapable\lib\Hook.js:154:20)
at Compiler.compile (D:\mtgap\node_modules\webpack\lib\Compiler.js:662:28)
at D:\mtgap\node_modules\webpack\lib\Watching.js:77:18
at AsyncSeriesHook.eval [as callAsync] (eval at create (D:\mtgap\node_modules\tapable\lib\HookCodeFactory.js:33:10), :24:1)
at AsyncSeriesHook.lazyCompileHook (D:\mtgap\node_modules\tapable\lib\Hook.js:154:20)
at Watching._go (D:\mtgap\node_modules\webpack\lib\Watching.js:41:32)
at D:\mtgap\node_modules\webpack\lib\Watching.js:33:9
at Compiler.readRecords (D:\mtgap\node_modules\webpack\lib\Compiler.js:529:11)
at new Watching (D:\mtgap\node_modules\webpack\lib\Watching.js:30:17)
at Compiler.watch (D:\mtgap\node_modules\webpack\lib\Compiler.js:244:10)
To Reproduce
Try to build any app with copy-webpack-plugin version higher than 6.2.1
The text was updated successfully, but these errors were encountered:
Preflight Checklist
Issue Details
Expected Behavior
successful build.
Actual Behavior
An unhandled error has occurred inside Forge:
compilation.getCache is not a function
TypeError: compilation.getCache is not a function
at D:\mtgap\node_modules\copy-webpack-plugin\dist\index.js:473:33
at SyncHook.eval (eval at create (D:\mtgap\node_modules\tapable\lib\HookCodeFactory.js:19:10), :7:1)
at SyncHook.lazyCompileHook (D:\mtgap\node_modules\tapable\lib\Hook.js:154:20)
at Compiler.newCompilation (D:\mtgap\node_modules\webpack\lib\Compiler.js:630:30)
at D:\mtgap\node_modules\webpack\lib\Compiler.js:667:29
at AsyncSeriesHook.eval [as callAsync] (eval at create (D:\mtgap\node_modules\tapable\lib\HookCodeFactory.js:33:10), :6:1)
at AsyncSeriesHook.lazyCompileHook (D:\mtgap\node_modules\tapable\lib\Hook.js:154:20)
at Compiler.compile (D:\mtgap\node_modules\webpack\lib\Compiler.js:662:28)
at D:\mtgap\node_modules\webpack\lib\Watching.js:77:18
at AsyncSeriesHook.eval [as callAsync] (eval at create (D:\mtgap\node_modules\tapable\lib\HookCodeFactory.js:33:10), :24:1)
at AsyncSeriesHook.lazyCompileHook (D:\mtgap\node_modules\tapable\lib\Hook.js:154:20)
at Watching._go (D:\mtgap\node_modules\webpack\lib\Watching.js:41:32)
at D:\mtgap\node_modules\webpack\lib\Watching.js:33:9
at Compiler.readRecords (D:\mtgap\node_modules\webpack\lib\Compiler.js:529:11)
at new Watching (D:\mtgap\node_modules\webpack\lib\Watching.js:30:17)
at Compiler.watch (D:\mtgap\node_modules\webpack\lib\Compiler.js:244:10)
To Reproduce
Try to build any app with copy-webpack-plugin version higher than 6.2.1
The text was updated successfully, but these errors were encountered: