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)
babel command converts when run in terminal but running the script ends in error
I've been trying to get babel core and cli to convert modern JavaScript from index.js into bundle.js.
here is my simple package.json
{
"name": "chapter19",
"version&qu...

CodeMonkey
Votes: 0
Answers: 1
import "!babel-loader!mdx-loader!foo.mdx" not working with react-scripts@5.0.0
Trying to upgrade an existing React project from react-scripts@4 to @5.0.0 fails for importing transpiled MDX sources.
/* eslint import/no-webpack-loader-syntax: off */
import AboutMDX from "!bab...
TheDiveO
Votes: 0
Answers: 1
webpack bundle throws error on IE11 because of just one node package 'crypto-js'
I am new to webpack and babel. I am developing a react app with custom webpack and babel set up.
I had added react-app-polyfill to this application and it had worked well on IE11.
But after installing...

Shawn
Votes: 0
Answers: 1
What is the function of unit test in jira software
enter image description here
While working on the team project, I saw that cumin software has an option called unit testing. I want to know how to work with this option.
Ali Haydar
Votes: 0
Answers: 1