diff --git a/build/template.ejs b/build/template.ejs index b3d0a02..bc58369 100644 --- a/build/template.ejs +++ b/build/template.ejs @@ -12,11 +12,10 @@ color: #ffffff; } - <% if (styleFile) { %> - - <% } %> + <%= htmlWebpackPlugin.tags.headTags %> + <% styleFiles.forEach(({content, href}) => { %> + + <% }); %>
diff --git a/package.json b/package.json index f47b132..abd5b3f 100644 --- a/package.json +++ b/package.json @@ -55,13 +55,13 @@ "@flecks/socket": "^2.0.0", "@flecks/user": "^2.0.0", "@flecks/web": "^2.0.3", - "@humus/app": "^2.0.0", + "@humus/app": "^2.1.0", "@humus/bootstrap": "^2.0.0", "@humus/combat": "^2.0.0", "@humus/core": "^2.0.0", "@humus/farm": "^2.0.0", "@humus/inventory": "^2.0.0", - "@humus/universe": "^2.0.0", + "@humus/universe": "^2.1.0", "@inlet/react-pixi": "^6.0.7", "pg": "^8.7.3", "pg-hstore": "^2.3.4" diff --git a/packages/app/package.json b/packages/app/package.json index 1b253cb..c32a976 100644 --- a/packages/app/package.json +++ b/packages/app/package.json @@ -41,6 +41,7 @@ "@flecks/redux": "^2.0.0", "@flecks/socket": "^2.0.0", "@flecks/user": "^2.0.0", + "@flecks/web": "^2.0.3", "@humus/inventory": "^2.0.0", "fscreen": "^1.2.0", "react-joystick-component": "^4.0.0" diff --git a/packages/universe/package.json b/packages/universe/package.json index 9e76136..fc6f29e 100644 --- a/packages/universe/package.json +++ b/packages/universe/package.json @@ -33,7 +33,7 @@ "test.js.map" ], "dependencies": { - "@avocado/filters": "^1.0.0", + "@avocado/filters": "^3.0.0", "@avocado/math": "^3.0.0", "@avocado/resource": "^3.0.0", "@avocado/s13n": "^3.0.0",