RobertSandiford
RobertSandiford
Sure, I understand. There's a reason for everything. It just seemed that way looking at it today. It's a noob of a noob trap as it is. I figured it...
@lorand-horvath or --ext=cjs,js But just unnecessary to make people do that, hence the thread.
Yes, you are correct `nodemon --ext js,cjs,mjs script`
@Andarist Sure. I would try to help, but I don't know the details of how node handles it. The way that @mui handles it is with an index.js file which...
This rule isn't good guys. Fine on 2 space - bad on everything else Style #2 and Style #3 are the only good options. Style #2 is most consistent with...
Nope that hasn't fixed it. My string works in MongoDB Compass but no change in apostrophe. https://github.com/apostrophecms/a3-boilerplate The boilerplate here also doesn't have an .env or any instructions on making...
Ah you mean setting a shell env variable (or whatever it's called). I guess it will just hook up .dotenv. Thanks
Here is an updated repo with .env, dotenv, cross-env (needed to run on windows), and updated readme, if apos want to use it. https://github.com/RobertSandiford/a3-boilerplate
I get missing styles after build. I guess this is just not being maintained, sadly. :3000/apos-frontend/…module-bundle.js:85 Uncaught Error: Module build failed (from ./node_modules/mini-css-extract-plugin/dist/loader.js): ModuleBuildError: Module build failed (from ./node_modules/postcss-loader/dist/cjs.js): Error:...
Well isn't that funny. Delete node_modules and reinstalled with npm and it works! Still get the error, but the styles are there. Thank you!