Skip to content
This repository has been archived by the owner on Aug 4, 2019. It is now read-only.

Latest commit

 

History

History
21 lines (18 loc) · 302 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 302 Bytes

silicon-tv

Configuration webpack

// webpack.config.js
Encore
// ...
.setPublicPath('/build') // Changer en fonction de la racine du serveur 

Build webpack pour le dev

yarn
./node_modules/.bin/encore dev

Ou en production

yarn
./node_modules/.bin/encore production