1

I have a javascript file like this

// file demo.js
export function a(){
// TODO
}
export function b(){
// TODO
}

I want to get two files by swc

// a.js
export function a(){
// TODO
}
// b.js
export function b(){
// TODO
}
juliomalves
  • 42,130
  • 20
  • 150
  • 146
devil
  • 11
  • 1

0 Answers0