mirror of
https://github.com/a2nt/silverstripe-webpack.git
synced 2024-10-22 17:05:31 +02:00
11 lines
298 B
YAML
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
|