fix(core): update

This commit is contained in:
2020-07-07 18:25:45 +00:00
commit 85bc6909c1
14 changed files with 10072 additions and 0 deletions

16
ts/smartparcel.plugins.ts Normal file
View 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 };