build examples to dist
This commit is contained in:
@@ -2,5 +2,5 @@ import path from 'path'
|
|||||||
|
|
||||||
export const rootPath = path.resolve(__dirname, '../')
|
export const rootPath = path.resolve(__dirname, '../')
|
||||||
export const srcPath = path.resolve(rootPath, '../examples')
|
export const srcPath = path.resolve(rootPath, '../examples')
|
||||||
export const buildPath = path.resolve(rootPath, '../docs')
|
export const buildPath = path.resolve(rootPath, '../dist')
|
||||||
export const sassImportPath = srcPath
|
export const sassImportPath = srcPath
|
||||||
|
|||||||
Reference in New Issue
Block a user