silverstripe-webpack/site/_config/webpack.yml

11 lines
298 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
WebpackTemplateProvider:
dist: site/dist
hostname: localhost
port: "3000"
pages: site/src/js/types
src: site/src