@lancom/shared 0.0.241 → 0.0.242

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/nuxt.config.js +4 -0
  2. package/package.json +1 -1
package/nuxt.config.js CHANGED
@@ -111,6 +111,10 @@ module.exports = (config, axios, { raygunClient, publicPath } = {}) => ({
111
111
  analyze: !config.IS_LOCAL,
112
112
  extractCSS: !config.IS_LOCAL,
113
113
  },
114
+ render: {
115
+ asyncScripts: true,
116
+ // resourceHints: false
117
+ },
114
118
  hooks: {
115
119
  render: {
116
120
  errorMiddleware(app) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lancom/shared",
3
- "version": "0.0.241",
3
+ "version": "0.0.242",
4
4
  "description": "lancom common scripts",
5
5
  "author": "e.tokovenko <e.tokovenko@gmail.com>",
6
6
  "repository": {