-
Notifications
You must be signed in to change notification settings - Fork 147
Mixing commonjs and es6 work in 3.2.20 but not in 3.2.22 #773
Comments
Hi @aldarund! Could you create a small repro repo for me to look at? |
@jdalton i pasted whole code in the ticket that cause the problem. Thats all, two small scripts to repro problem. There no additional files or code or anything. You want me to create repo with this exact same two files ? :) |
Yes please. I've found many times things that folks may think aren't part of the scenario become meaningful. Also it couldn't hurt to specify which version of Node you're running too. Thanks! |
@jdalton as you want :) But as i said its that two files. Here it is -> https://codesandbox.io/s/nr779m9rw4 Depending on what u do later with loaded module the error would be different, but the cause must be same |
Hi @aldarund! Thank you for the repro. I see now. |
@jdalton thanks :) Any chance to release this in patch release anytime soon ? :) |
main test script to launch
nuxt.config.js
In 3.2.20 code work, in 3.2.22 its broken
The text was updated successfully, but these errors were encountered: