@lancom/shared 0.0.243 → 0.0.244

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 +1 -1
  2. package/package.json +1 -1
package/nuxt.config.js CHANGED
@@ -109,7 +109,7 @@ module.exports = (config, axios, { raygunClient, publicPath } = {}) => ({
109
109
  }
110
110
  },
111
111
  analyze: !config.IS_LOCAL,
112
- extractCSS: !config.IS_LOCAL,
112
+ // extractCSS: !config.IS_LOCAL,
113
113
  },
114
114
  render: {
115
115
  asyncScripts: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lancom/shared",
3
- "version": "0.0.243",
3
+ "version": "0.0.244",
4
4
  "description": "lancom common scripts",
5
5
  "author": "e.tokovenko <e.tokovenko@gmail.com>",
6
6
  "repository": {