mirror of
https://github.com/a2nt/silverstripe-webpack.git
synced 2024-10-22 17:05:31 +02:00
15 lines
400 B
YAML
15 lines
400 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
|
|
|
|
Site\Templates\WebpackTemplateProvider:
|
|
APPDIR: app
|
|
THEMESDIR: themes
|
|
HOSTNAME: localhost
|
|
PORT: 3000
|
|
SRC: client/src
|
|
DIST: client/dist
|
|
TYPESJS: client/src/js/types
|
|
TYPESSCSS: client/src/scss/types
|
|
webp: false
|