|
|
@@ -1,9 +1,9 @@
|
|
|
-import * as _pathUtils from './utils/path-utils';
|
|
|
+import * as _customTagUtils from './plugin/util/custom-tag-utils';
|
|
|
import * as _envUtils from './utils/env-utils';
|
|
|
import * as _pagePathUtils from './utils/page-path-utils';
|
|
|
import * as _pageUtils from './utils/page-utils';
|
|
|
+import * as _pathUtils from './utils/path-utils';
|
|
|
import * as _templateChecker from './utils/template-checker';
|
|
|
-import * as _customTagUtils from './plugin/util/custom-tag-utils';
|
|
|
|
|
|
// export utils
|
|
|
export const pathUtils = _pathUtils;
|