Setting up Babel, Webpack and PostCSS  - Next JS Tutorial Part 4

Setting up Babel, Webpack and PostCSS - Next JS Tutorial Part 4

skell

6 лет назад

14,360 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@shnam928
@shnam928 - 12.11.2021 01:51

Thanks. How did you change the border color of your editor? It's cool.

Ответить
@DevKhalilKhalil
@DevKhalilKhalil - 21.10.2020 19:13

Thanks a lot for creating this video, but how to build tha project to dist folder, i dont see this folder in my .next folder

Ответить
@ramananddubey8176
@ramananddubey8176 - 27.08.2020 21:38

Hay can u update this project with latest Nextjs and latest bebel with latest webpack. If.u do please make a proper video 🙏. thanks in advance

Ответить
@prashantjeena438
@prashantjeena438 - 21.07.2020 06:01

```
className="bg-blue-light"
```
applying this to section is not changing the background for me.

Ответить
@Justin_Min_001
@Justin_Min_001 - 10.03.2020 16:18

I fixed the issue by not creating tailwind.js file, but putting the code below in postcss.config.js file instead. Hope this helps.

module.exports = {
plugins: [
require('postcss-easy-import')({ prefix: '_' }),
require('tailwindcss'),
require('autoprefixer')({})
]
}

Ответить
@spythonian6429
@spythonian6429 - 23.01.2020 14:59

Great video Kelly
Can this part 4 be followed without starting from part 1? Thanks

Ответить
@weizhangJustin
@weizhangJustin - 18.11.2019 06:22

where postcss?

Ответить
@ikramhasib3127
@ikramhasib3127 - 30.03.2019 01:31

Thanks a lot.
I have a question dude.
How I check that postcss works or not?

Ответить
@bryannbueno8009
@bryannbueno8009 - 12.10.2018 01:14

What did you do to fix the error? I'm facing the same problem I think

Ответить