@dword-design/base-config-nuxt 3.2.12 → 3.2.14

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.
package/dist/index.js CHANGED
@@ -19,7 +19,6 @@ export default {
19
19
  prepublishOnly,
20
20
  start
21
21
  },
22
- coverageFileExtensions: ['.scss', '.vue'],
23
22
  depcheckConfig: {
24
23
  parsers: {
25
24
  '**/*.scss': depcheckParserSass,
@@ -7,7 +7,7 @@ import packageName from 'depcheck-package-name';
7
7
  import fs from 'fs-extra';
8
8
  import { globby } from 'globby';
9
9
  import P from 'path';
10
- import vueTemplateCompiler from 'vue-template-compiler';
10
+ import * as vueTemplateCompiler from 'vue-template-compiler';
11
11
  import MissingNuxtI18nHeadError from "./missing-nuxt-i18n-head-error.js";
12
12
  const checkNuxtI18nHead = async () => {
13
13
  var _ref, _ref2, _layoutFiles;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dword-design/base-config-nuxt",
3
- "version": "3.2.12",
3
+ "version": "3.2.14",
4
4
  "repository": "dword-design/base-config-nuxt",
5
5
  "funding": "https://github.com/sponsors/dword-design",
6
6
  "license": "MIT",