smartparcel/ts/smartparcel.plugins.ts
2021-03-07 23:31:32 +00:00

15 lines
237 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 parcel from 'parcel-bundler';
export { parcel };