python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Nuxt "yarn dev" build loop after setting up "@nuxtjs/tailwindcss": "^5.0.2"
When I use @apply in my style tag like that:
<style lang="postcss" scoped>
input {
@apply absolute right-0 top-0 opacity-0 z-10;
}
</style>
It generate a loop/reload:
these ...
Luca Spezzano
Votes: 0
Answers: 1
html-loader only works on index.html file
I'm working on a static site project, and have to now add multiple pages using the same header and footer. I'm trying to do this by turning the header.html and footer.html files into partials.
I've se...
jerome
Votes: 0
Answers: 0
Vue lazy loading webpackChunkName does not group in chunks but generates a bunch of individual files with a number
I'm trying to implement lazy loading in vue router but when I add the magic comment for webpack it does changes the name of the chunk but it does not group them when they have the same name (see pictu...
Gabriel Jurado
Votes: 0
Answers: 0
How about getting webpack to ignore some syntactic sugar
For example: optional chaining
My application is for internal use, and it's explicitly using the new Chrome browser, so a lot of syntactic sugar doesn't need to be compiled and can be used directly. C...

mqliutie
Votes: 0
Answers: 1