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