python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How about getting webpack to ignore some syntactic sugar
For example: optional chaining
My application is for internal use, and it's explicitly using the new Chrome browser, so a lot of syntactic sugar doesn't need to be compiled and can be used directly. C...

mqliutie
Votes: 0
Answers: 1
Error: Unknown option: .babelConfig. Getting error while running storybook
Getting console Errors while running storybook
Error: Unknown option: .babelConfig. Check out https://babeljs.io/docs/en/babel-core/#options for more information about options.
at throwUnknownErro...
Yashi Songara
Votes: 0
Answers: 0
Webpack Tree-Shaking Setup among Webpack babel-loader, TypeScript tsconfig target, @babel/preset-env modules: false, package.json side-effects:false?
As title. This is the longer version:
My target is to setup the tree-shaking feature of Webpack (for es6-modules, or ESM, .ejs if you prefer).
My confusion is among these configs: Webpack v5 with ba...

NeoZoom.lua
Votes: 0
Answers: 1
Module parse failed: Unexpected token (238:16) You may need an appropriate loader to handle this file type
I am trying to use ArcballControls.js controls inside my vue js application. This Class has functions which uses arrow syntax, and every other class in controls does not use arrow syntax. This is the ...
solomyhansolo
Votes: 0
Answers: 1