silverstripe-webpack/site/_config/webpack.yml

12 lines
334 B
YAML
Raw Normal View History

2018-02-05 12:11:01 +01:00
# 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
2018-02-22 14:39:58 +01:00
WebpackTemplateProvider:
SRC: site/src
2018-03-24 11:45:31 +01:00
DIST: site/client
2018-02-22 14:39:58 +01:00
HOSTNAME: localhost
PORT: "3000"
TYPESJS: site/src/js/types
TYPESSCSS: site/src/scss/types