silverstripe-webpack/app/_config/webpack.yml

13 lines
385 B
YAML
Raw Normal View History

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
Site\Templates\WebpackTemplateProvider:
2019-04-11 00:15:29 +02:00
APPDIR: app
THEMESDIR: themes
2018-06-23 12:27:06 +02:00
HOSTNAME: localhost
PORT: 3000
2019-04-11 00:15:29 +02:00
SRC: client/src
DIST: client/dist
TYPESJS: client/src/js/types
TYPESSCSS: client/src/scss/types