webpack-bootstrap-ui-kit/webpack.yml

15 lines
371 B
YAML
Raw Normal View History

2021-01-20 16:31:34 +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
HOSTNAME: localhost
PORT: 3000
SRC: src
DIST: dist
TYPESJS: src/js/types
TYPESSCSS: src/scss/types
webp: false