initial commit

This commit is contained in:
Philipp Kühn
2018-08-20 23:02:21 +02:00
parent b37be519d8
commit d111afe7ac
64 changed files with 11545 additions and 0 deletions

6
webpack/paths.js Normal file
View 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