silverstripe-webpack/site/_config/webpack.yml
2018-04-21 10:36:06 +07:00

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