Add webpack dev server

This commit is contained in:
Baptiste Grob
2020-03-11 16:46:01 +01:00
parent fd94a201b0
commit bbceed8c42
6 changed files with 1344 additions and 5 deletions

3
.gitignore vendored
View File

@@ -31,6 +31,9 @@ dump.rdb
# Ignore compiled assets
/public/assets
# Ignore dev index.html file
/public/index.html
# Ignore user uploads
/public/uploads/*
!/public/uploads/.keep