1
0
mirror of https://github.com/restoreddev/phpapprentice.git synced 2025-08-03 13:27:35 +02:00

Wrote two chapters for web section

Also, tweaked build to allow for nested folders
This commit is contained in:
Andrew Davis
2019-02-17 21:29:29 -06:00
parent 9fbb1ab290
commit e17a687d99
9 changed files with 143 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ Encore
.enablePostCssLoader()
.configureBabel(function (babel) {
babel.plugins.push(['prismjs', {
"languages": ["php"],
"languages": ["php", "http"],
"css": false,
}]);
})