fix(core): update
This commit is contained in:
parent
7208274156
commit
50e4909984
@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@gitzone/tsbundle',
|
||||
version: '2.0.2',
|
||||
version: '2.0.3',
|
||||
description: 'a bundler using rollup for painless bundling of web projects'
|
||||
}
|
||||
|
@ -8,4 +8,4 @@ export const packageDir = plugins.path.join(
|
||||
export const htmlDir = plugins.path.join(cwd, './html');
|
||||
export const distServeDir = plugins.path.join(cwd, './dist_serve');
|
||||
export const assetsDir = plugins.path.join(packageDir, 'assets');
|
||||
export const tsconfigPath = plugins.path.join(packageDir, './assets/tsconfig.json');
|
||||
export const tsconfigPath = plugins.path.join(assetsDir, './tsconfig.json');
|
||||
|
Loading…
Reference in New Issue
Block a user