Fix brace 404ing language highlighting stuff

This commit is contained in:
Kristóf Tóth 2018-06-05 21:26:56 +02:00
parent 995feeeddd
commit cd1200ae44

View File

@ -18,10 +18,15 @@
"main": "src/main.ts",
"polyfills": "src/polyfills.ts",
"tsConfig": "src/tsconfig.app.json",
"assets": [
{ "glob": "*(fonts|images|icons)/**/*",
"input": "src/assets/",
"output": "./" }
"assets": [{
"glob": "*(fonts|images|icons)/**/*",
"input": "src/assets/",
"output": "./"
},{
"glob": "**/*",
"input": "node_modules/brace/",
"output": "./"
}
],
"styles": [
"src/styles.scss"