meta-lightbox/webpack.yml

16 lines
418 B
YAML
Raw Normal View History

2021-01-20 16:18:36 +01:00
# that's important to place this file into /app/_config/webpack.yml
# with all configuration variables presented
# Cuz WebPack compiling script use it to set configuration
Site\Templates\WebpackTemplateProvider:
APPDIR: ./
THEMESDIR: themes
2021-01-25 12:15:33 +01:00
HOSTNAME: 127.0.0.1
2021-01-20 16:18:36 +01:00
PORT: 3000
SRC: src
DIST: dist
TYPESJS: src/js/types
TYPESSCSS: src/scss/types
2021-01-30 23:00:46 +01:00
NODE_ENV: production #production,development
2021-01-20 16:18:36 +01:00
webp: false