Daniel Allman

Results 29 comments of Daniel Allman
trafficstars

this is from my package.json: `"meteor-vite": "^1.10.3"` part of the issue is that both the react portion of the app AND the blaze portion of the app use CSS modules,...

So using the new version, the app starts up with no errors. However, I cannot seem to get bootstrap to be compiled on either the blaze (non-vite section) of the...

I see. That makes sense, seeing as we're using a modified version of an atmosphere package to handle scss modules (the package was abandoned 5 years ago and seems to...

I have checked out `fourseven` unfortunately, it doesn't offer the module support we need. The lunacy of how contrived our app is is not lost on me lol. We're at...

UPDATE: I have gotten our styles to work properly in both sections of our application. The only remaining problem I have is with the `?inline` syntax for vite.

Jorgan, Its all good, I have been systematically migrating away from many of the meteor subsystems. Good to know that I can go add vite to some of the legacy...

Same issue as in #145 and #151 . I am using versions: `meteor-vite: ^1.10.2` `jorgenvatle:[email protected]` (i cloned the meteor 3 migration branch)

if you look in the node_modules folder, you see that the `empty.js` file has no module defined in it called `promises`, which (i think) is the only way that the...