Convert project to webpack
This commit is contained in:
12
build/paths.js
Normal file
12
build/paths.js
Normal file
@@ -0,0 +1,12 @@
|
||||
const path = require('path')
|
||||
|
||||
module.exports = {
|
||||
SRC: path.resolve(__dirname, '..', 'src'),
|
||||
DIST: path.resolve(__dirname, '..', 'dist'),
|
||||
ASSETS: path.resolve(__dirname, '..', 'assets'),
|
||||
IMAGES: path.resolve(__dirname, '..', 'src/images'),
|
||||
STYLES: path.resolve(__dirname, '..', 'src/styles'),
|
||||
LIB: path.resolve(__dirname, '..', 'lib'),
|
||||
MASKS: path.resolve(__dirname, '..', 'src/masks'),
|
||||
ROOT: path.resolve(__dirname, '..')
|
||||
}
|
||||
Reference in New Issue
Block a user