silverstripe-webpack/site/_config/webpack.yml

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