Closed extendednotes closed 2 years ago
@extendednotes what version of webpacker are you using? This example rails app works fine with rc5 and webpacker v5 with default settings.
Hey @afcapel, thanks for your great work and your quick reply. I'm on the latest rails/webpacker version (5.4.3) which still depens on webpack@4.46.0.
The example app also uses webpack@4.46.0.
There must some difference in the webpacker config. Maybe compare both webpacker.yml files and see if you spot anything.
Okay, I'm sorry that was my fault. I just found out, that I probably excluded node_modulues from babel-loader manually a long time ago with "environment.loaders.delete('nodeModules')" in environment.js Thanks again for pointing me in the right direction.
No worries, glad it's working now.
Unfortunately I do get the following error message from webpacker with the latest rc5 version:
Does anyone know how to solve this? Thx in advance!