smartparcel/ts/smartparcel.plugins.ts

17 lines
239 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';
export {
smartpath
};
// third party scope
import parcel from 'parcel-bundler';
export { parcel };