mirror of
https://github.com/a2nt/webpack-bootstrap-ui-kit.git
synced 2024-10-22 11:05:45 +02:00
21 lines
650 B
YAML
21 lines
650 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
|
|
|
|
A2nt\CMSNiceties\Templates\WebpackTemplateProvider:
|
|
APPDIR: ./
|
|
THEMESDIR: themes
|
|
HOSTNAME: 127.0.0.1
|
|
PORT: 3001
|
|
SRC: src
|
|
DIST: dist
|
|
TYPESJS: src/js/types
|
|
TYPESSCSS: src/scss/types
|
|
webp: false
|
|
NODE_ENV: production #production,development
|
|
HTTPS: false
|
|
injectClient: true # disable it to test caching service worker
|
|
GRAPHQL_URL: 'http://127.0.0.1/graphql'
|
|
GRAPHQL_API_KEY: 'ApKrRSjySO4JAmX3E2Z7HvrBD0m8xdDlAiXyh4IbH3w'
|
|
STATIC_URL: 'http://127.0.0.1'
|