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
|
|
|
|
|
2021-08-04 00:55:06 +02:00
|
|
|
App\Templates\WebpackTemplateProvider:
|
2021-01-20 16:18:36 +01:00
|
|
|
APPDIR: ./
|
|
|
|
THEMESDIR: themes
|
2021-01-25 12:15:33 +01:00
|
|
|
HOSTNAME: 127.0.0.1
|
2021-08-04 00:55:06 +02:00
|
|
|
PORT: 3001
|
2021-01-20 16:18:36 +01:00
|
|
|
SRC: src
|
|
|
|
DIST: dist
|
|
|
|
TYPESJS: src/js/types
|
|
|
|
TYPESSCSS: src/scss/types
|
|
|
|
webp: false
|
2021-08-04 00:55:06 +02:00
|
|
|
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'
|