tiptap/build/examples/paths.js

7 lines
238 B
JavaScript
Raw Normal View History

2018-08-22 16:01:51 +08:00
import path from 'path'
export const rootPath = path.resolve(__dirname, '../')
export const srcPath = path.resolve(rootPath, '../examples')
2018-08-23 17:35:20 +08:00
export const buildPath = path.resolve(rootPath, '../dist')
2018-08-22 16:01:51 +08:00
export const sassImportPath = srcPath