@dargmuesli/nuxt-vio 1.10.1 → 1.10.3
Sign up to get free protection for your applications and to get access to all the features.
- package/nuxt.config.ts +3 -3
- package/package.json +1 -1
- package/utils/modal.ts +1 -1
package/nuxt.config.ts
CHANGED
@@ -12,6 +12,9 @@ const BASE_URL =
|
|
12
12
|
|
13
13
|
// https://v3.nuxtjs.org/api/configuration/nuxt.config
|
14
14
|
export default defineNuxtConfig({
|
15
|
+
alias: {
|
16
|
+
sweetalert2: 'sweetalert2', // TODO: remove (https://github.com/nuxt/nuxt/issues/19426)
|
17
|
+
},
|
15
18
|
app: {
|
16
19
|
head: {
|
17
20
|
htmlAttrs: {
|
@@ -44,9 +47,6 @@ export default defineNuxtConfig({
|
|
44
47
|
shim: false,
|
45
48
|
strict: true,
|
46
49
|
tsConfig: {
|
47
|
-
compilerOptions: {
|
48
|
-
esModuleInterop: true,
|
49
|
-
},
|
50
50
|
vueCompilerOptions: {
|
51
51
|
htmlAttributes: [], // https://github.com/johnsoncodehk/volar/issues/1970#issuecomment-1276994634
|
52
52
|
},
|
package/package.json
CHANGED
package/utils/modal.ts
CHANGED