python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Source files not working in next.js nor C.R.A., no error
I am using next.js and as source maps are enabled by default in development, I would expect to have clearer debugging than that:
I tried disabling all my browser extensions but it changed nothing. I ...
Samuel Nihoul
Votes: 0
Answers: 0
Error evaluating function `ceil`: argument must be a number
On OSX, after I installed all of dependencies by yarn install, The webpack bundle's output keeps showing the error Error evaluating function ceil: argument must be a number.
I have no idea why this ha...

Telvin Nguyen
Votes: 0
Answers: 2
Webpack 5 use html-loader to load svgs
I recently upgraded to Webpack 5 and my html-loader no longer loads svg files and inlines them.
Here's my svg rule in webpack
{
test: /\.svg$/,
use: [
{
loader: 'html-loader',
op...

Christian Pavilonis
Votes: 0
Answers: 3
webpack: transpile web workers in public folder
I'm next js for my project and it uses webpack 5 to compile typescript codes
I have several web worker scripts inside my public folder under path "/workers/**/*.worker.js"
I was wondering if...

Arshia Moghaddam
Votes: 0
Answers: 1