webpack-bootstrap-ui-kit/webpack.yml

18 lines
525 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: 127.0.0.1
2021-02-12 18:57:33 +01:00
PORT: 3001
2021-01-20 16:31:34 +01:00
SRC: src
DIST: dist
TYPESJS: src/js/types
TYPESSCSS: src/scss/types
2021-01-31 10:57:40 +01:00
NODE_ENV: production #production,development
2021-01-20 16:31:34 +01:00
webp: false
GRAPHQL_URL: 'http://127.0.0.1/graphql'
2021-02-12 18:57:33 +01:00
GRAPHQL_API_KEY: 'ApKrRSjySO4JAmX3E2Z7HvrBD0m8xdDlAiXyh4IbH3w'