fix(core): update
This commit is contained in:
16
ts/smartparcel.plugins.ts
Normal file
16
ts/smartparcel.plugins.ts
Normal file
@@ -0,0 +1,16 @@
|
||||
// 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 };
|
||||
Reference in New Issue
Block a user