python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file for TailwindCss
I'm using tailwindcss for the first time, using tutorials I found online. So far npm installed tailwindcss, postcss, postcss-loader, autoprefixer. From Tailwind docs, I needed a tailwind.config.js and...
PJK
Votes: 0
Answers: 1
Style Loader has been initialised using an options object that does not match the API schema
I am a very new to programming. So read a few articles and trying to configure web-pack for the following purpose.
I'm building a preact widget and the CSS is clashing with parent website. Hence I'm t...
Tomaz_
Votes: 0
Answers: 1
Webpack duplicates styles in html
My html:
<!-- head -->
<body>
<script src="index.js"></script>
</body>
My webpack.config.js:
module: {
rules: [
{
test: /\.css$/,
...
doox911
Votes: 0
Answers: 0
typescript and webpack can't find relative tsx file?
I should start with npx tsc works fine and only webpack ts-loader is not compiling typescript for some reason(Does that point to webpack config then since tsconfig is correct for tsc? not sure).
I ha...
Dean Hiller
Votes: 0
Answers: 1