标签: webpack import ecmascript-6 export rollup
如果。我有
在allImport.js
import { Footer } from './bundle'; import { xyz } from '../xyz';
我希望所有课程都在一个文件中,因此我可以将其用作包。
export class Footer { } export class xyz { }