In the rollup configuration importmultiInputfrom'rollup-plugin-multi-input';exportdefault{// use glob in the inputinput:['src/**/*.js'],output:{format:'esm',dir:'dist'},plugins:[multiInput()],}; If using a rollup version lower than1.0.0enableexperimentalCodeSplitting. ...
What happens and why it is wrong Possibly this is a misconfiguration on my end, but it looks like a bug. When you use an object as the input property for the rollup configuration, the typings file for the input files are generated in the...