I found these two articles which may help. I'm not planning on using Tailwind for this project at the moment, but if I end up figuring it out, I'll let you know!
Hi, thanks for replying. I finally got it working using a custom pipeline based on the very articles you shared. If you ever need to take a look, just drop a message. Thanks.
dev-to-uploads.s3.amazonaws.com/up... This does not work. I guarantee committing according to the guide, getting an error. I downloaded your stack from github and it also gives an error.
All good but the following error pops up:
ReferenceError: vuePlugin is not defined
And indeed, I cannot see where the vuePlugin function comes from.
Good catch. Add
const vuePlugin = require("esbuild-vue");
to the top of theassets/build.js
file.Hi. Any idea how to add Tailwind css to the pipeline?
I've been trying for the last 4 hours with no success.
Thanks.
I found these two articles which may help. I'm not planning on using Tailwind for this project at the moment, but if I end up figuring it out, I'll let you know!
Hi, thanks for replying. I finally got it working using a custom pipeline based on the very articles you shared. If you ever need to take a look, just drop a message.
Thanks.
Awesome! Glad it worked out!
dev-to-uploads.s3.amazonaws.com/up...
This does not work. I guarantee committing according to the guide, getting an error. I downloaded your stack from github and it also gives an error.
Try running
npm install
in your assets directory.may be, it's only for version 1.6? not for 1.6.6?
im trying, same error