silverstripe-webpack/site/_config/webpack.yml

12 lines
334 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/src
DIST: site/client
HOSTNAME: localhost
PORT: "3000"
TYPESJS: site/src/js/types
TYPESSCSS: site/src/scss/types