mirror of
https://github.com/a2nt/silverstripe-webpack.git
synced 2024-10-22 17:05:31 +02:00
12 lines
360 B
YAML
12 lines
360 B
YAML
# that's important to place this file into /site/_config/webpack.yml
|
|
# with all configuration variables presented
|
|
# Cuz WebPack compiling script use it to set configuration
|
|
|
|
WebpackTemplateProvider:
|
|
SRC: site/client/src
|
|
DIST: site/client/dist
|
|
HOSTNAME: localhost
|
|
PORT: "3000"
|
|
TYPESJS: site/client/src/js/types
|
|
TYPESSCSS: site/client/src/scss/types
|