silverstripe-webpack/site/_config/webpack.yml

12 lines
375 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-04-21 06:29:32 +02:00
Site\Templates\WebpackTemplateProvider:
2018-04-21 05:36:06 +02:00
SRC: site/client/src
DIST: site/client/dist
2018-02-22 14:39:58 +01:00
HOSTNAME: localhost
PORT: "3000"
2018-04-21 05:36:06 +02:00
TYPESJS: site/client/src/js/types
TYPESSCSS: site/client/src/scss/types