smartparcel/ts/smartparcel.plugins.ts
2022-03-10 15:13:49 +01:00

15 lines
240 B
TypeScript

// node native
import * as path from 'path';
export { path };
// @pushrocks scope
import * as smartpath from '@pushrocks/smartpath';
export { smartpath };
// third party scope
import * as parcel from '@parcel/core';
export { parcel };