smartparcel/ts/smartparcel.plugins.ts

15 lines
240 B
TypeScript
Raw Normal View History

2020-07-07 18:25:45 +00:00
// node native
import * as path from 'path';
export { path };
// @pushrocks scope
import * as smartpath from '@pushrocks/smartpath';
2021-03-07 23:31:32 +00:00
export { smartpath };
2020-07-07 18:25:45 +00:00
// third party scope
2022-03-10 14:13:49 +00:00
import * as parcel from '@parcel/core';
2020-07-07 18:25:45 +00:00
export { parcel };