stefanlivens

Results 6 comments of stefanlivens

I have a VirtualBox with Ubuntu 17.10 Server with UNMS 0.12.0. The settings for the Network adapter are "bridged". That's about it I had to do to make it work...

A kind of FYI: I had in my jest.config.js this transform: `'.*\\.(vue)$': '@vue/vue3-jest'` but then the compilerOptions were NOT taken into account. Changing this to `'^.+\\.vue$': '@vue/vue3-jest'` then it does...

Hi all, I had the same, or very similar when moving our setup (storybook 6.5.9 with vue2, webpack5-builder, mdx@1) to node16. As you might now, this node16 (and npm@8) is...

Oh wow, i have the same issue, but then with vite! And only on our CI agents. I have a console.log(prcess.env.NODE_ENV) in my vite config, and locally it is 'prodcution'...

@vergilfromadyen thanks for answering, but alas. I'm pretty sure it is linked to nx! This works without a problem locally, and (before adding @nx/vite to this project) also in our...

Are you sure it is not NX setting the NODE_ENV to 'development' when building? I'm investigating the same behaviour in our CI pipeline. (locally everything is fine)