I'm trying to create a simple React app that imports components from a components directory. Currently this is my folder structure: FirstComponent. ...
I'm trying to create a simple React app that imports components from a components directory. Currently this is my folder structure: FirstComponent. ...
I am having an issue with gulp activity in write-javascript-for-the-web course. I defined all dependencies and added code to gulpfile.js. I am able to ...
Well, I know we need Transpilers & Pollyfills to keep backward compatibility (in order) at scale of a syntax updated programming language ...
I am trying to debug nodeJS code in Visual Studio Code but unfortunately I get info that: (function (exports, require, module, __filename, __dirname ...
Simple component used in a Gutenberg block both in edit: and save: In this simplified example it simply sets a state variable in componentDidMount the ...
Jest is breaking because of babel-plugin-import. I'm using .less styles with Ant Design which I believe is causing it. I'm new to the Jest library so ...
It's been a while since I started a nodejs project from scratch, so was a bit of a headscratcher to set up and configure eslint, babel etc. right now ...
I try to use on a js script in a webpack config but i have got this error : I have maybe an error in the babelrc file but i tried all things fou ...
I was wondering how Babel transpiles this code? It's a dummy function that gets an object as the argument and returns the val1 toLowerCase. So noth ...
I have created a Vue app with vue-cli 3. It was working fine in all browsers until I installed a npm package "microsoft-cognitiveservices-speech-sdk". ...
I am a beginner (~15 days into learning web-development) and I am currently learning React among other things and I am sorry if this sounds too trivia ...
I want to sort a JSON file as part of my build process. Basically I have react-intl which defines localised messages, then babel-plugin-react-intl ext ...
I am very new to the Webpack world. I have configured webpack and babel and when I visit http://localhost:8080/dist/bundle.js it runs the code. But it ...
I am breaking my head, trying to understand why this production build is not working on the browser. So basically I have a development config that wo ...
I'm trying to figure out whats wrong with my babel, webpack configuration. After build I have node_modules inside my bundle I tried different configu ...
My understanding is that Babel is used for compiling codes, so it makes sense to be placed at devDependencies. But if I include Babel command in my b ...
I have updated babel 6 to babel 7. this is a part from my package. For some reason my app still looking for "babel-core" module. i have deleted packag ...
i can not let react support ie , ie brower console display Unhandled promise rejection TypeError: Network request failed i use react create my app , ...
I'm using webpack chunking to split my components Using these 2 libraries - "babel-plugin-dynamic-import-webpack": "^1.1.0", "babel-plugin-syn ...
I am asking for your help. My task is pretty simple. I am using React via CDN(without Node js server) and Ant Design CDN. I need to use Ant Design com ...