mirror of
https://github.com/a2nt/webpack-bootstrap-ui-kit.git
synced 2024-10-22 11:05:45 +02:00
16 lines
419 B
YAML
16 lines
419 B
YAML
# 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: 127.0.0.1
|
|
PORT: 3000
|
|
SRC: src
|
|
DIST: dist
|
|
TYPESJS: src/js/types
|
|
TYPESSCSS: src/scss/types
|
|
NODE_ENV: development #production,development
|
|
webp: false
|