UNPKG

266 BPlain TextView Raw
1import * as plugins from './tsbundle.plugins';
2
3export const cwd = process.cwd();
4export const packageDir = plugins.path.join(__dirname, '../');
5export const htmlDir = plugins.path.join(cwd, './html');
6export const distWebDir = plugins.path.join(cwd, './dist_web');