refactoring
This commit is contained in:
6
build/examples/paths.js
Normal file
6
build/examples/paths.js
Normal file
@@ -0,0 +1,6 @@
|
||||
import path from 'path'
|
||||
|
||||
export const rootPath = path.resolve(__dirname, '../')
|
||||
export const srcPath = path.resolve(rootPath, '../examples')
|
||||
export const buildPath = path.resolve(rootPath, '../docs')
|
||||
export const sassImportPath = srcPath
|
||||
Reference in New Issue
Block a user