2021-02-26 05:28:19 +01:00
|
|
|
# Name: webapp-webpack
|
2018-06-23 12:27:06 +02: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-06-19 22:22:44 +02:00
|
|
|
A2nt\CMSNiceties\Templates\WebpackTemplateProvider:
|
2021-02-26 05:28:19 +01:00
|
|
|
APPDIR: './app'
|
|
|
|
THEMESDIR: './themes'
|
|
|
|
HOSTNAME: 127.0.0.1
|
2018-06-23 12:27:06 +02:00
|
|
|
PORT: 3000
|
2019-04-11 00:15:29 +02:00
|
|
|
SRC: client/src
|
|
|
|
DIST: client/dist
|
|
|
|
TYPESJS: client/src/js/types
|
2020-07-20 12:25:57 +02:00
|
|
|
TYPESSCSS: client/src/scss/types
|
|
|
|
webp: false
|
2021-02-26 05:28:19 +01:00
|
|
|
NODE_ENV: production #production,development
|
|
|
|
HTTPS: true
|
|
|
|
injectClient: true
|
|
|
|
GRAPHQL_URL: '/graphql'
|
|
|
|
GRAPHQL_API_KEY: 'LgPaRkVPYa8IY7x3AjbLC8wx6oPPSlO01yPflFXecvQ'
|
2022-01-31 13:01:42 +01:00
|
|
|
PROCESS_CSS: true # Deep CSS minification
|
2022-05-03 20:30:05 +02:00
|
|
|
absolute_path: false
|
2022-01-31 13:01:42 +01:00
|
|
|
JQUERY: false # We don't use jQuery, otherwise it's aliassed and being loaded externaly
|
2021-02-26 05:28:19 +01:00
|
|
|
#STATIC_URL: 'http://127.0.0.1'
|